3

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?

sam
  • 2,780
  • 1
  • 17
  • 30

1 Answers1

0

You should install the missing module:

npm install imports-loader
yoliho
  • 390
  • 5
  • 17