Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #3372, run server unit tests with npm run test
Browse files Browse the repository at this point in the history
Note tests have broken when they weren't being run
  • Loading branch information
ianb committed Oct 2, 2017
1 parent db41a91 commit 2270b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"postlint": "nsp check -o summary",
"nsp": "nsp check",
"posttest": "npm run lint",
"test": "make bootstrap_zip && mocha test/",
"test": "make bootstrap_zip && mocha test/ test/server/unit/*",
"test:selenium": "make bootstrap_zip && mocha test/test.js",
"test:server": "make .venv && cd test/server && ../../.venv/bin/pytest",
"make_versions_exact": "node bin/build-scripts/make_versions_exact.js",
Expand Down

0 comments on commit 2270b53

Please sign in to comment.