Skip to content

Commit

Permalink
fix: amend line 10 of package.json to npx playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechaitea committed Feb 21, 2024
1 parent a6e5274 commit 16a9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wallet-automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "tests"
},
"scripts": {
"test": "downloadFile test"
"test": "npx playwright test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 16a9658

Please sign in to comment.