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 28be9be commit 7c57ffcCopy full SHA for 7c57ffc
package.json
@@ -25,7 +25,6 @@
25
"watch": "node ./resources/watch.js",
26
"test": "npm run lint && npm run check && npm run testonly",
27
"test:ci": "npm run lint && npm run check && npm run testonly:cover",
28
- "t": "mocha",
29
"testonly": "mocha --full-trace src/**/__tests__/**/*-test.js",
30
"testonly:cover": "nyc --clean --skip-full --reporter json --reporter html --reporter text -- npm run testonly",
31
"lint": "eslint --report-unused-disable-directives src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",
0 commit comments