We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ee13b commit 9965f5fCopy full SHA for 9965f5f
packages/test-utils/types/index.d.ts
@@ -183,7 +183,7 @@ interface VueTestUtilsConfigOptions {
183
deprecationWarningHandler?: Function
184
}
185
186
-export declare function createLocalVue (): typeof Vue
+export declare function createLocalVue (options?: any): typeof Vue
187
export declare let config: VueTestUtilsConfigOptions
188
189
export declare function mount<V extends Vue> (component: VueClass<V>, options?: ThisTypedMountOptions<V>): Wrapper<V>
0 commit comments