From 8953b8f5e93e63646184abc958755face87e9df3 Mon Sep 17 00:00:00 2001 From: Rich Middleditch Date: Fri, 31 Jan 2020 12:47:59 +0000 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90199ec..a95ce2e3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install --save-dev vue-jest ### Usage with Babel 7 -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 +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 ```bash npm install --save-dev babel-core@bridge