Commit 3d9b01d
committed
Fix failing
## Description
Currently our CI fail with the following error:
```
ReferenceError: regeneratorRuntime is not defined
```
Based on [this issue
comment](jestjs/jest#3126 (comment))
I've updated out `babel.config.js`. This fixed issue locally, so it
should also work on CI.
## Test plan
Check CIJest CI (#3988)1 parent e973f43 commit 3d9b01d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments