We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c7a26 commit e405fbaCopy full SHA for e405fba
package.json
@@ -50,7 +50,7 @@
50
"format:all": "biome format --write .",
51
"checkFormat": "biome format --changed --no-errors-on-unmatched .",
52
"checkFormat:all": "biome format .",
53
- "coverage": "nyc --timeout=3000 --reporter=html mocha tests/test/*test.js && open ./coverage/index.html"
+ "coverage": "nyc --timeout=3000 --reporter=html mocha tests/tests/src/*_test.js && open ./coverage/index.html"
54
},
55
"files": [
56
"CHANGELOG.md",
0 commit comments