We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7086c55 commit 69b804aCopy full SHA for 69b804a
1 file changed
package.json
@@ -5,8 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"lint": "eslint lib/ __tests__/ setupTests/; flow",
8
- "test": "jest --coverage --runInBand",
9
- "unit": "jest --watch",
+ "test": "jest --coverage",
+ "unit": "jest --watch --verbose",
10
"build": "bash build.sh",
11
"build-example": "webpack",
12
"dev": "webpack-dev-server --open --open-page=examples/1.html",
@@ -74,6 +74,7 @@
74
},
75
"pre-commit": [
76
"lint",
77
- "validate"
+ "validate",
78
+ "test"
79
]
80
}
0 commit comments