Skip to content

Commit

Permalink
feat: add nyc report script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Souza committed Jun 15, 2022
1 parent 7a52492 commit 7c87fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"testci": "node .scripts/start.js",
"test:e2e": "playwright test",
"test:e2e:ee": "cross-env ENTERPRISE=true E2E_COVERAGE=true yarn test:playwright",
"test:e2e:nyc": "nyc report --reporter=text-summary --reporter=lcov",
"testapi": "mocha --config ./.mocharc.api.js",
"testunit": "npm run .testunit:definition && npm run .testunit:client && npm run .testunit:server",
".testunit:server": "mocha --config ./.mocharc.js",
Expand Down

0 comments on commit 7c87fd0

Please sign in to comment.