Skip to content

Commit c4e4a4c

Browse files
committed
HARMONY-2173: Test a fix for the coverage command in packages/util.
1 parent e6ef063 commit c4e4a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build-m1": "rimraf built/* && tsc",
1212
"build-multi": "rimraf built/* && tsc",
1313
"lint": "eslint --ext .ts .",
14-
"coverage": "nyc mocha",
14+
"coverage": "nyc mocha --require ts-node/register --require tsconfig-paths/register --extension ts",
1515
"better-audit": "better-npm-audit audit"
1616
},
1717
"engines": {

0 commit comments

Comments
 (0)