Skip to content

Commit 616e8a6

Browse files
committed
Add missing babel-jest dependency
1 parent 85fd5d4 commit 616e8a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"devDependencies": {
2626
"babel-core": "^6.24.1",
2727
"babel-eslint": "^7.2.3",
28+
"babel-jest": "^19.0.0",
2829
"babel-loader": "^7.0.0",
2930
"babel-plugin-bem-import": "^1.4.2",
3031
"babel-plugin-transform-object-assign": "^6.22.0",
@@ -44,9 +45,9 @@
4445
"glob": "^7.1.1",
4546
"husky": "^0.13.3",
4647
"jest": "^19.0.2",
47-
"react-test-renderer": "^15.5.4",
4848
"react": "^15.5.4",
4949
"react-dom": "^15.5.4",
50+
"react-test-renderer": "^15.5.4",
5051
"sinon": "^2.2.0",
5152
"stream-to-array": "^2.3.0",
5253
"style-loader": "^0.17.0",

0 commit comments

Comments
 (0)