Skip to content

Commit 7c57ffc

Browse files
Remove 'yarn t' in favor of 'yarn mocha' or 'npm run mocha' (#1744)
1 parent 28be9be commit 7c57ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"watch": "node ./resources/watch.js",
2626
"test": "npm run lint && npm run check && npm run testonly",
2727
"test:ci": "npm run lint && npm run check && npm run testonly:cover",
28-
"t": "mocha",
2928
"testonly": "mocha --full-trace src/**/__tests__/**/*-test.js",
3029
"testonly:cover": "nyc --clean --skip-full --reporter json --reporter html --reporter text -- npm run testonly",
3130
"lint": "eslint --report-unused-disable-directives src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",

0 commit comments

Comments
 (0)