jest-lite
jest-lite copied to clipboard
ERROR in ./node_modules/jest-lite/dist/enzyme.js Module not found: Error: Can't resolve 'ReactDOM' in '/Users/.../node_modules/jest-lite/dist'
Have any thoughts on how to resolve this issue?
I see that react-dom
is a dependency; not sure why it's not available to enzyme though.
is there another step I need to take? I see there was an issue to exclude react and ReactDOM from the build a couple of months ago.
Do you have react-dom
installed in your project? Its a peer dependency that needs to be installed in order for jest-lite
to work.