Skip to content

Commit e405fba

Browse files
authored
Fix coverage reporting (#7077)
1 parent 06c7a26 commit e405fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"format:all": "biome format --write .",
5151
"checkFormat": "biome format --changed --no-errors-on-unmatched .",
5252
"checkFormat:all": "biome format .",
53-
"coverage": "nyc --timeout=3000 --reporter=html mocha tests/test/*test.js && open ./coverage/index.html"
53+
"coverage": "nyc --timeout=3000 --reporter=html mocha tests/tests/src/*_test.js && open ./coverage/index.html"
5454
},
5555
"files": [
5656
"CHANGELOG.md",

0 commit comments

Comments
 (0)