Skip to content

Commit

Permalink
only run unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gegehprast committed Apr 27, 2020
1 parent fbc8a68 commit 5af7390
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node ./node_modules/mocha/bin/mocha --recursive --exit",
"test": "npm run unit-test",
"unit-test": "node ./node_modules/mocha/bin/mocha --recursive --exit ./test/unit/",
"int-test": "node ./node_modules/mocha/bin/mocha --recursive --exit ./test/integration/",
"unit-test-filtered": "node ./node_modules/mocha/bin/mocha --recursive --exit ./test/unit/ --grep",
Expand Down

0 comments on commit 5af7390

Please sign in to comment.