Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit fbf9147

Browse files
fixed test:report script
1 parent eaea586 commit fbf9147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mongo:win": "mongod --dbpath /data/db --quiet",
4040
"test": "yarn run mocha && yarn run cucumber",
4141
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary yarn run test",
42-
"test:report": "nyc report --reporter=text-lcov > coverage.lcov"
42+
"test:report": "nyc report --reporter=text-lcov > coverage.lcov",
4343
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
4444
"start": "node server/",
4545
"dev": "cross-env DEBUG=feathers* nodemon server/",

0 commit comments

Comments
 (0)