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
Anyone find a better workaround? jest-webpack-resolver is not a flexible solution, as it depends on a static Webpack configuration file, which means it can't work with abstracted configuration like CRA.
Hello,
I have a problem with Jest, when I run a test I have this error:
Cannot find module 'sass-extract-loader?{"plugins": ["sass-extract-js"]}!./theme/variables.scss' from 'index.tsx'
My code :
The text was updated successfully, but these errors were encountered: