Skip to content

Commit 8953b8f

Browse files
authored
Update incorrect Babel 7 instruction in README.md
The readme doc incorrectly states that if you are using versions lower than 24.0.0 of Jest you should use the babel-core@bridge package. This should be versions _greater_ than 24.0.0 I spent a long time banging my head against the wall over this.
1 parent 06010a8 commit 8953b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install --save-dev vue-jest
1212

1313
### Usage with Babel 7
1414

15-
If you use [jest](https://github.com/facebook/jest) < 24.0.0 and [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest) make sure to install babel-core@bridge
15+
If you use [jest](https://github.com/facebook/jest) > 24.0.0 and [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest) make sure to install babel-core@bridge
1616

1717
```bash
1818
npm install --save-dev babel-core@bridge

0 commit comments

Comments
 (0)