jest-lite icon indicating copy to clipboard operation
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'

Open JohnAllen opened this issue 5 years ago • 1 comments

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.

JohnAllen avatar Sep 05 '19 18:09 JohnAllen

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.

kvendrik avatar Sep 06 '19 20:09 kvendrik