Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93a1b73

Browse files
trevordmillerarunoda
authored andcommitted
Removing unneeded dev dependency (vercel#1869)
babel-jest is included automatically by jest when a babel config is present, so including it manually here doesn't do anything. > "Note: babel-jest is automatically installed when installing Jest and will automatically transform files if a babel configuration exists in your project." http://facebook.github.io/jest/docs/en/getting-started.html#using-babel
1 parent 9a2edfd commit 93a1b73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/with-jest/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"start": "next start"
1313
},
1414
"devDependencies": {
15-
"babel-jest": "^18.0.0",
1615
"enzyme": "^2.5.1",
1716
"jest-cli": "^18.0.0",
1817
"react-addons-test-utils": "^15.4.2",

0 commit comments

Comments
 (0)