We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7782fa commit 7035badCopy full SHA for 7035bad
packages/server-test-utils/types/index.d.ts
@@ -35,6 +35,7 @@ interface MountOptions<V extends Vue> extends ComponentOptions<V> {
35
stubs?: Stubs,
36
attrs?: object
37
listeners?: object
38
+ sync?: boolean
39
}
40
41
type ThisTypedMountOptions<V extends Vue> = MountOptions<V> & ThisType<V>
0 commit comments