developit/workerize-loader

Jest

DanielFerrariR opened this issue · 3 comments

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?

Me too, I'm getting Cannot find module 'workerize-loader!...'

Following the the instructions in #107 solved this for me!

I merged and revised the instructions from #107. Cheers!