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 command configured in package.json (at the time of writing this issue) is:
SKIP_PREFLIGHT_CHECK=true react-scripts test --coverage
Before the coverage table is outputted, an error is outputted:
The macro you imported from "undefined" is being executed outside the context of compilation with babel-plugin-macros. This indicates that you don't have the babel plugin "babel-plugin-macros" configured correctly. Please see the documentation for how to configure babel-plugin-macros properly: https://github.com/kentcdodds/babel-plugin-macros/blob/master/other/docs/user.md
The text was updated successfully, but these errors were encountered:
Steps to reproduce
npm run coverage
Details
The command configured in
package.json
(at the time of writing this issue) is:Before the coverage table is outputted, an error is outputted:
The text was updated successfully, but these errors were encountered: