mirror of https://github.com/facebook/jest.git
Fixed version issues with examples/async (#2268)
* Fixed version issues with examples/async * Changed to babel-jest, jest-cli to latest in package.json
This commit is contained in:
parent
1be9158b25
commit
16b88061d1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"babel-jest": "^9.0.0",
|
||||
"babel-jest": "*",
|
||||
"babel-plugin-transform-async-to-generator": "^6.5.0",
|
||||
"babel-polyfill": "*",
|
||||
"babel-preset-es2015": "*",
|
||||
|
|
Loading…
Reference in New Issue