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?
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?