Skip to content

Commit 69b1ecb

Browse files
author
Vaibhav Singh
authored
chore: update types (#6)
1 parent 8e6bb31 commit 69b1ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module 'nightwatch' {
1313
mountComponent(
1414
componentPath: string,
1515
options?: {
16-
props?: Pick<MountingOptions<any>, 'props'>;
16+
props?: MountingOptions<Record<string, any>>['props'];
1717
plugin?: Pick<GlobalMountOptions, 'plugins'>;
1818
mocks?: Pick<GlobalMountOptions, 'mocks'>;
1919
},

0 commit comments

Comments
 (0)