Skip to content

Commit

Permalink
add back nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jan 30, 2022
1 parent 321df9e commit ec4fbaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"mocha": "9.2.0",
"moment": "2.x",
"mongodb-memory-server": "^8.2.0",
"nyc": "^15.1.0",
"pug": "3.0.2",
"q": "1.5.1",
"rimraf": "2.6.3",
Expand All @@ -73,7 +74,7 @@
"mongo": "node ./tools/repl.js",
"test": "mocha --exit ./test/*.test.js ./test/typescript/main.test.js",
"tdd": "mocha ./test/*.test.js ./test/typescript/main.test.js --inspect --watch --recursive --watch-files ./**/*.js",
"test-cov": "nyc --reporter=html --reporter=text npm test"
"test-coverage": "nyc --reporter=html --reporter=text npm test"
},
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit ec4fbaf

Please sign in to comment.