We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3229621 commit 86c2cf0Copy full SHA for 86c2cf0
packages/server-test-utils/types/index.d.ts
@@ -49,7 +49,8 @@ interface VueTestUtilsConfigOptions {
49
stubs?: Stubs
50
mocks?: object
51
methods?: Record<string, Function>
52
- provide?: object
+ provide?: object,
53
+ logModifiedComponents?: Boolean
54
}
55
56
export declare let config: VueTestUtilsConfigOptions
packages/test-utils/types/index.d.ts
@@ -139,7 +139,8 @@ interface VueTestUtilsConfigOptions {
139
140
141
142
143
144
145
146
export declare function createLocalVue (): typeof Vue
0 commit comments