Skip to content

Commit

Permalink
fix(package.json): Modify test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefriol committed Jul 16, 2020
1 parent 68b8edc commit e7e3dd9
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 @@ -4,7 +4,7 @@
"description": "A simple Express library to reflect Mongoose models to a REST interface.",
"main": "Resource.js",
"scripts": {
"test": "nyc mocha --exit",
"test": "npm run test:express && npm run test:koa",
"test:express": "nyc mocha ./test/test.js --exit",
"test:koa": "nyc mocha ./test/testKoa.js --exit",
"coverage": "nyc --reporter=lcov --report-dir=./coverage npm run test",
Expand Down

0 comments on commit e7e3dd9

Please sign in to comment.