Skip to content

Commit 1a14227

Browse files
committed
[js] Undo changes to package.json
1 parent 13ee1de commit 1a14227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"lint": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\"",
4747
"lint:fix": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\" --fix",
48-
"test": "mocha -t 600000 --recursive test",
48+
"test": "npm run lint && mocha -t 600000 --recursive test",
4949
"test-jasmine": "bazel test //javascript/node/selenium-webdriver:tests"
5050
},
5151
"mocha": {

0 commit comments

Comments
 (0)