Skip to content

Commit

Permalink
test: replace nyc with c8 (#5040)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Aug 24, 2022
1 parent b48f095 commit a2fc8c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc --reporter=lcovonly npm test -- --no-parallel",
"test-cov": "c8 --reporter=lcovonly npm test -- --no-parallel",
"prepare": "husky install"
},
"directories": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"moize": "^6.1.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"picocolors": "^1.0.0",
"nunjucks": "^3.2.3",
"picocolors": "^1.0.0",
"pretty-hrtime": "^1.0.3",
"resolve": "^1.22.0",
"strip-ansi": "^6.0.0",
Expand All @@ -67,6 +67,7 @@
"devDependencies": {
"@easyops/git-exec-and-restage": "^1.0.4",
"0x": "^5.1.2",
"c8": "^7.12.0",
"chai": "^4.3.6",
"cheerio": "0.22.0",
"decache": "^4.6.1",
Expand All @@ -76,7 +77,6 @@
"husky": "^7.0.4",
"lint-staged": "^11.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"sinon": "^13.0.2"
},
"engines": {
Expand Down

0 comments on commit a2fc8c0

Please sign in to comment.