Skip to content

Commit

Permalink
feat(types): add types
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed May 11, 2018
1 parent 3229621 commit 86c2cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/server-test-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ interface VueTestUtilsConfigOptions {
stubs?: Stubs
mocks?: object
methods?: Record<string, Function>
provide?: object
provide?: object,
logModifiedComponents?: Boolean
}

export declare let config: VueTestUtilsConfigOptions
Expand Down
3 changes: 2 additions & 1 deletion packages/test-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ interface VueTestUtilsConfigOptions {
stubs?: Stubs
mocks?: object
methods?: Record<string, Function>
provide?: object
provide?: object,
logModifiedComponents?: Boolean
}

export declare function createLocalVue (): typeof Vue
Expand Down

0 comments on commit 86c2cf0

Please sign in to comment.