We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d71ca commit fd01f1bCopy full SHA for fd01f1b
package.json
@@ -56,8 +56,8 @@
56
"ts-check": "tsc --noEmit",
57
"ts-emit-types": "tsc --emitDeclarationOnly",
58
"test": "npm run test:esm && npm run test:cjs",
59
- "test:esm": "mocha lib-test/*.js",
60
- "test:cjs": "mocha lib-test/*.cjs",
+ "test:esm": "mocha lib-test/*.js --reporter ${REPORTER:-progress}",
+ "test:cjs": "mocha lib-test/*.cjs --reporter ${REPORTER:-progress}",
61
"build": "npm run build:transpile",
62
"build:transpile": "node scripts/transpile.cjs",
63
"coverage": "c8 --exclude lib-test --reporter=lcovonly npm run test:esm",
0 commit comments