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

Commit 4e0d68d

Browse files
committed
chore: Simplify test commands
1 parent 64a6ab0 commit 4e0d68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"build": "rimraf dist && babel src -d dist",
88
"build:watch": "npm-watch",
99
"test:all": "npm run test:coverage && npm run test:lint",
10-
"test": "jest --",
11-
"test:coverage": "jest --coverage --",
12-
"test:watch": "jest --watch --",
10+
"test": "jest",
11+
"test:coverage": "jest --coverage",
12+
"test:watch": "jest --watch",
1313
"test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
1414
"preversion": "npm run test:all && npm run build && git commit --allow-empty -am \"Update dist\"",
1515
"postinstall": "node lib/post_install.js"

0 commit comments

Comments
 (0)