Skip to content

Commit

Permalink
fix: test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Nov 2, 2020
1 parent 2552ef5 commit 80fbe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "nodemon index.js",
"start": "node index.js",
"test": "nyc mocha --require test/bootstrap.js **/*.test.js",
"generate-report": "nyc report --reporter=text-lcov > coverage.lcov"
"generate-coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"keywords": [
"node"
Expand Down

0 comments on commit 80fbe5d

Please sign in to comment.