We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ee1de commit 1a14227Copy full SHA for 1a14227
javascript/node/selenium-webdriver/package.json
@@ -45,7 +45,7 @@
45
"scripts": {
46
"lint": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\"",
47
"lint:fix": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\" --fix",
48
- "test": "mocha -t 600000 --recursive test",
+ "test": "npm run lint && mocha -t 600000 --recursive test",
49
"test-jasmine": "bazel test //javascript/node/selenium-webdriver:tests"
50
},
51
"mocha": {
0 commit comments