-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: throw an error when the seed phrase is missing or something is …
…wrong (#19) * add .yarn to gitignore * remove .yarn * new version with changes
- Loading branch information
1 parent
0d1d314
commit 9bc8c7a
Showing
6 changed files
with
33 additions
and
954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ tests/e2e/screenshots | |
images/ | ||
|
||
examples | ||
/.yarn/ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@phantom/synpress", | ||
"version": "4.0.0-alpha.48", | ||
"version": "4.0.0-alpha.49", | ||
"packageManager": "[email protected]", | ||
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.", | ||
"keywords": [ | ||
|
@@ -70,7 +70,7 @@ | |
"cypress": "12.17.3", | ||
"cypress-wait-until": "^2.0.1", | ||
"debug": "^4.3.4", | ||
"dotenv": "^16.3.1", | ||
"dotenv": "16.4.5", | ||
"dotenv-parse-variables": "^2.0.0", | ||
"download": "^8.0.0", | ||
"ethers": "^6.7.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters