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
Having the issue with css - import 'zoomist/css';
The above results with: Cannot find module 'zoomist/css' from 'src/components/organisms/Component1.tsx'.
If I disable the error it works in storybook, but jest tests fail. Any idea?
The text was updated successfully, but these errors were encountered:
For jest used the https://www.npmjs.com/package/jest-css-modules which sorted the issue.
Linter still complains about import 'zoomist/css'; - Unable to resolve path to module 'zoomist/css'., but it does work.
Having the issue with css -
import 'zoomist/css';
The above results with:
Cannot find module 'zoomist/css' from 'src/components/organisms/Component1.tsx'
.If I disable the error it works in storybook, but jest tests fail. Any idea?
The text was updated successfully, but these errors were encountered: