Skip to content

Commit 69b804a

Browse files
committed
feat(test): fixup test definitions in package.json
1 parent 7086c55 commit 69b804a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint lib/ __tests__/ setupTests/; flow",
8-
"test": "jest --coverage --runInBand",
9-
"unit": "jest --watch",
8+
"test": "jest --coverage",
9+
"unit": "jest --watch --verbose",
1010
"build": "bash build.sh",
1111
"build-example": "webpack",
1212
"dev": "webpack-dev-server --open --open-page=examples/1.html",
@@ -74,6 +74,7 @@
7474
},
7575
"pre-commit": [
7676
"lint",
77-
"validate"
77+
"validate",
78+
"test"
7879
]
7980
}

0 commit comments

Comments
 (0)