Skip to content

Commit

Permalink
Run JSHint before Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Apr 8, 2019
1 parent 5c369e7 commit 604c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
}
],
"scripts": {
"test": "npm run mocha && npm run test:browser && npm run test:slim-worker-single && npm run test:slim-worker-progressive && npm run test:exports-worker",
"test": "npm run jshint && npm run mocha && npm run test:browser && npm run test:slim-worker-single && npm run test:slim-worker-progressive && npm run test:exports-worker",
"test:browser": "npm run worker-test-build && testee test/browser/test.html --browsers firefox --reporter Spec",
"worker-test-build": "node bin/steal build --main worker --config test/browser/webworker/stealconfig.js --bundle-steal --quiet",
"mocha": "mocha test/test.js",
Expand Down

0 comments on commit 604c2b8

Please sign in to comment.