Skip to content

Commit

Permalink
Moves babel-jest into jest-config rather than jest-runtime (#5931)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored and cpojer committed Apr 5, 2018
1 parent 1eb02fd commit 6979b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^22.4.1",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^22.4.1",
Expand Down
1 change: 0 additions & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^22.4.1",
"babel-plugin-istanbul": "^4.1.5",
"chalk": "^2.0.1",
"convert-source-map": "^1.4.0",
Expand Down

0 comments on commit 6979b8e

Please sign in to comment.