Skip to content

Commit 3a6d35b

Browse files
committed
add npm script to test single file
1 parent 30c39ec commit 3a6d35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"scripts": {
2323
"test": "npm run lint && npm run check && npm run testonly",
2424
"testonly": "mocha $npm_package_options_mocha",
25+
"t": "mocha --require resources/mocha-bootload",
2526
"lint": "eslint src",
2627
"check": "flow check",
2728
"build": "babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/",

0 commit comments

Comments
 (0)