Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Feb 1, 2025
1 parent 94fe973 commit 0be39aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc -b",
"clean": "tsc -b --clean",
"eslint": "eslint src test",
"test": "mocha -r ts-node/register test/scripts/**/*.ts",
"test": "mocha -r ts-node/register 'test/scripts/**/*.ts'",
"test-cov": "c8 --reporter=lcovonly --reporter=text-summary npm test",
"typedoc": "typedoc --entryPointStrategy expand ./src"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"eslint": "^8.26.0",
"eslint-config-hexo": "^5.0.0",
"lodash": "^4.17.21",
"mocha": "^11.0.1",
"mocha": "11.0.2",
"sinon": "^19.0.2",
"ts-node": "^10.9.1",
"typedoc": "^0.27.2",
Expand Down

0 comments on commit 0be39aa

Please sign in to comment.