wojtekmaj / enzyme-adapter-react-17

Unofficial adapter for React 17 for Enzyme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test fails with "Cannot find module 'enzyme' from 'src/setupTests.js'"

andresj-acuna opened this issue · comments

Hi, im trying to use enzyme with React 17 but have this error.

image

This is my setupTests.js

image

I installed it with "npm install --save-dev @wojtekmaj/enzyme-adapter-react-17" and have this warning

image

I dont know if that's something about my error

Did you install enzyme itself?

commented

Hi Andrés! To fix this issue (don't forget we are using a no official Enzyme version).
Run this command if you have installed: $npm install --save-dev @wojtekmaj/enzyme-adapter-react-17

$ npm install --save-dev enzyme

The reason to install this => import Enzyme from 'enzyme';