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
Jest throws the following error: System.import is not defined when running tests on loadable component using react-loadable. This may be an issue with the code not being transpiled the same way as the application, so perhaps there's a babel plugin that needs to be incorporated, or a global variable is not available to Jest.
The text was updated successfully, but these errors were encountered:
Jest throws the following error:
System.import is not defined
when running tests on loadable component using react-loadable. This may be an issue with the code not being transpiled the same way as the application, so perhaps there's a babel plugin that needs to be incorporated, or a global variable is not available to Jest.The text was updated successfully, but these errors were encountered: