Skip to content

Commit

Permalink
rename test:wdiotest:browser
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Mar 29, 2024
1 parent 7b4f568 commit 9b57f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"release:generate:rc": "node Makefile.js generatePrerelease -- rc",
"release:publish": "node Makefile.js publishRelease",
"test": "node Makefile.js test",
"test:browser": "node Makefile.js wdio",
"test:cli": "mocha",
"test:fuzz": "node Makefile.js fuzz",
"test:performance": "node Makefile.js perf",
"test:wdio": "node Makefile.js wdio"
"test:performance": "node Makefile.js perf"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 9b57f7e

Please sign in to comment.