Jest
DanielFerrariR opened this issue · 3 comments
DanielFerrariR commented
Even with the steps from https://github.com/developit/workerize-loader#testing (creating workerize-jest.js file and adding it to transform section of jest config), seems like Jest still can't understand my 'workerize-loader!' imports.
Versions
"workerize-loader": "^1.2.1"
"jest": "^25.5.4"
Any idea, why?
gangsthub commented
Me too, I'm getting Cannot find module 'workerize-loader!...'
noseworthy commented
Following the the instructions in #107 solved this for me!