You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
17
+
18
+
```bash
19
+
npm install --save-dev babel-core@bridge
20
+
yarn add babel-core@bridge --dev
21
+
```
22
+
14
23
## Setup
15
24
16
25
To use `vue-jest` as a transformer for your `.vue` files, map them to the `vue-jest` module:
0 commit comments