Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frazarshad committed Mar 13, 2024
2 parents c64a952 + 6ecd47f commit 3ae40a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/synpress",
"version": "3.7.2-dev",
"version": "3.7.2-beta.10",
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.",
"keywords": [
"Synpress",
Expand Down
16 changes: 7 additions & 9 deletions support/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,14 +514,12 @@ declare namespace Cypress {
* password: 'Password123',
* });
*/
setupWallet(
args: {
secretWords?: String;
privateKey?: String;
password?: String;
newAccount?: Boolean;
walletName?: String;
}
): Chainable<Subject>;
setupWallet(args: {
secretWords?: string;
privateKey?: string;
password?: string;
newAccount?: boolean;
walletName?: string;
}): Chainable<Subject>;
}
}

0 comments on commit 3ae40a6

Please sign in to comment.