Cannot find module issue with imports-loader when testing with Jest

280 Views Asked by At

When I am testing React components using Jest, I get following error for those components using imports-loader.

Cannot find module 'imports-loader?jQuery=jquery!bootstrap/js/tooltip'

Does anyone know how to fix this?

1

There are 1 best solutions below

0
yoliho On

You should install the missing module:

npm install imports-loader