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 8e6bb31 commit 69b1ecbCopy full SHA for 69b1ecb
index.d.ts
@@ -13,7 +13,7 @@ declare module 'nightwatch' {
13
mountComponent(
14
componentPath: string,
15
options?: {
16
- props?: Pick<MountingOptions<any>, 'props'>;
+ props?: MountingOptions<Record<string, any>>['props'];
17
plugin?: Pick<GlobalMountOptions, 'plugins'>;
18
mocks?: Pick<GlobalMountOptions, 'mocks'>;
19
},
0 commit comments