Skip to content

Commit

Permalink
chore: update types (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsingh97 committed Apr 24, 2023
1 parent 8e6bb31 commit 69b1ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module 'nightwatch' {
mountComponent(
componentPath: string,
options?: {
props?: Pick<MountingOptions<any>, 'props'>;
props?: MountingOptions<Record<string, any>>['props'];
plugin?: Pick<GlobalMountOptions, 'plugins'>;
mocks?: Pick<GlobalMountOptions, 'mocks'>;
},
Expand Down

0 comments on commit 69b1ecb

Please sign in to comment.