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
The compiled test files use async/await which Babel transpiles to use
regeneratorRuntime. This runtime needs to be loaded before the tests
execute, otherwise tests fail with 'regeneratorRuntime is not defined'.
0 commit comments