Skip to content

Commit d480fac

Browse files
committed
nyc
1 parent 080bcfa commit d480fac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
2020
"lint:package-json": "npmPkgJsonLint .",
2121
"release": "release-it",
22-
"test": "c8 --check-coverage --all --include lib mocha tests --recursive",
22+
"test": "nyc -all --check-coverage --include lib mocha tests --recursive",
2323
"test:remote": "eslint-remote-tester -c ./eslint-remote-tester.config.mjs",
2424
"update:eslint-docs": "eslint-doc-generator"
2525
},
@@ -44,7 +44,7 @@
4444
"@eslint-community/eslint-utils": "^4.4.0",
4545
"estraverse": "^5.3.0"
4646
},
47-
"c8": {
47+
"nyc": {
4848
"branches": 95,
4949
"functions": 99,
5050
"lines": 99,
@@ -61,7 +61,6 @@
6161
"@types/estree": "^1.0.8",
6262
"@typescript-eslint/parser": "^8.34.1",
6363
"@typescript-eslint/utils": "^8.34.1",
64-
"c8": "^10.1.3",
6564
"chai": "^4.5.0",
6665
"eslint": "^9.16.0",
6766
"eslint-config-not-an-aardvark": "^2.1.0",
@@ -82,6 +81,7 @@
8281
"mocha": "^11.0.0",
8382
"npm-package-json-lint": "^8.0.0",
8483
"npm-run-all2": "^7.0.1",
84+
"nyc": "^17.1.0",
8585
"prettier": "^3.4.1",
8686
"release-it": "^17.2.0",
8787
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)