Skip to content

Commit 86c2cf0

Browse files
committed
feat(types): add types
1 parent 3229621 commit 86c2cf0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: packages/server-test-utils/types/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ interface VueTestUtilsConfigOptions {
4949
stubs?: Stubs
5050
mocks?: object
5151
methods?: Record<string, Function>
52-
provide?: object
52+
provide?: object,
53+
logModifiedComponents?: Boolean
5354
}
5455

5556
export declare let config: VueTestUtilsConfigOptions

Diff for: packages/test-utils/types/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ interface VueTestUtilsConfigOptions {
139139
stubs?: Stubs
140140
mocks?: object
141141
methods?: Record<string, Function>
142-
provide?: object
142+
provide?: object,
143+
logModifiedComponents?: Boolean
143144
}
144145

145146
export declare function createLocalVue (): typeof Vue

0 commit comments

Comments
 (0)