Skip to content

Commit fd01f1b

Browse files
committed
Use progress reporter
1 parent 38d71ca commit fd01f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"ts-check": "tsc --noEmit",
5757
"ts-emit-types": "tsc --emitDeclarationOnly",
5858
"test": "npm run test:esm && npm run test:cjs",
59-
"test:esm": "mocha lib-test/*.js",
60-
"test:cjs": "mocha lib-test/*.cjs",
59+
"test:esm": "mocha lib-test/*.js --reporter ${REPORTER:-progress}",
60+
"test:cjs": "mocha lib-test/*.cjs --reporter ${REPORTER:-progress}",
6161
"build": "npm run build:transpile",
6262
"build:transpile": "node scripts/transpile.cjs",
6363
"coverage": "c8 --exclude lib-test --reporter=lcovonly npm run test:esm",

0 commit comments

Comments
 (0)