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
react-cheetah-grid is working great with normal setup and a dev server. But when I go to write tests with Jest I get Cannot find module 'react-cheetah-grid' from 'src/components/Grid/index.js'. Again this is only in tests and imports fine from the same component when running on local dev server.
The text was updated successfully, but these errors were encountered:
There may be a compatibility issue with jest-resolver. Can you try adding the following field to the react-cheetah-grid package.json and let me know the result?
react-cheetah-grid
is working great with normal setup and a dev server. But when I go to write tests with Jest I getCannot find module 'react-cheetah-grid' from 'src/components/Grid/index.js'
. Again this is only in tests and imports fine from the same component when running on local dev server.The text was updated successfully, but these errors were encountered: