Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit a6bb7da

Browse files
committed
Remove mocha from test script
1 parent 658e21a commit a6bb7da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"mocha": "--require resources/mocha-bootload src/**/__tests__/**/*.js"
1616
},
1717
"scripts": {
18-
"test": "npm run lint && npm run check && npm run testonly",
19-
"testonly": "mocha $npm_package_options_mocha",
18+
"test": "npm run lint && npm run check",
2019
"lint": "eslint src",
2120
"check": "flow check",
2221
"build": "gulp dist",

0 commit comments

Comments
 (0)