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 73c19de commit 67d9acfCopy full SHA for 67d9acf
package.json
@@ -43,6 +43,7 @@
43
"build-docs": "esdoc",
44
"build-gh-pages": "npm run build-docs",
45
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
46
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
47
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
48
"lint": "true",
49
"lint-config": "fixpack --dryRun",
0 commit comments