Skip to content

Commit

Permalink
[js] Undo changes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Apr 10, 2024
1 parent 13ee1de commit 1a14227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"scripts": {
"lint": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\"",
"lint:fix": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\" --fix",
"test": "mocha -t 600000 --recursive test",
"test": "npm run lint && mocha -t 600000 --recursive test",
"test-jasmine": "bazel test //javascript/node/selenium-webdriver:tests"
},
"mocha": {
Expand Down

0 comments on commit 1a14227

Please sign in to comment.