Skip to content

Commit b3fd38c

Browse files
author
Steev Hise
committedOct 24, 2023
removed nyc, we really don't need it or istanbul to run our mocha tests.
1 parent 32e7d7d commit b3fd38c

File tree

3 files changed

+194
-3072
lines changed

3 files changed

+194
-3072
lines changed
 

‎.eslintrc

100644100755
File mode changed.

‎package-lock.json

+193-3,070
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"less": "~4.2.0",
3131
"lodash": "~4.17.21",
3232
"mocha": "^10.2.0",
33-
"nyc": "^15.1.0",
3433
"rimraf": "^3.0.2",
3534
"semistandard": "^17.0.0"
3635
},
@@ -50,7 +49,7 @@
5049
"jsdoc": "npm run jsdoc:swig && npm run jsdoc:filters && npm run jsdoc:tags && npm run jsdoc:loaders && npm run jsdoc:parser",
5150
"lint": "semistandard 'lib/**/*.js' 'tests/**/*.js'",
5251
"predocs": "npm run jsdoc && npm run copy && npm run html",
53-
"test": "nyc mocha --exclude test/bin/* tests",
52+
"test": "mocha --exclude test/bin/* tests",
5453
"semantic-release": "semantic-release"
5554
},
5655
"watches": {

0 commit comments

Comments
 (0)
Please sign in to comment.