Skip to content

Commit 4690a6a

Browse files
committed
update packages/server-test-utils/types/index.d.ts
1 parent cb000ea commit 4690a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server-test-utils/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ interface MountOptions<V extends Vue> extends ComponentOptions<V> {
3232
localVue?: typeof Vue
3333
mocks?: object
3434
slots?: Slots
35+
scopedSlots?: Record<string, string>
3536
stubs?: Stubs,
3637
attrs?: object
3738
listeners?: object

0 commit comments

Comments
 (0)