Skip to content

Commit

Permalink
feat(umi-test): upgrade jest to 22, Close #34
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 20, 2017
1 parent 917c48f commit 74f9a95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/umi-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
],
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^21.2.0",
"babel-jest": "^22.0.3",
"babel-plugin-module-resolver": "^3.0.0-beta.5",
"babel-preset-umi": "^0.2.0",
"debug": "^3.1.0",
"jest-cli": "^21.2.1",
"ts-jest": "^21.2.4",
"jest-cli": "^22.0.3",
"ts-jest": "^22.0.0",
"typescript": "^2.6.2"
}
}

0 comments on commit 74f9a95

Please sign in to comment.