Skip to content

Commit

Permalink
test: adjust test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 committed Oct 16, 2020
1 parent fe42b21 commit 0e76538
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": "src/index.js",
"scripts": {
"debug": "node scripts/debug.js",
"test": "nyc mocha --parallel",
"test": "nyc mocha test/main.test.js && mocha test/output.test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
Expand Down

0 comments on commit 0e76538

Please sign in to comment.