Closed petersg83 closed 2 years ago
I just read that https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c, so I'm closing the issue since it is intended
But how did you fix it?
I followed the wall of text you linked and found this page: https://github.com/facebook/jest/blob/64de4d7361367fd711a231d25c37f3be89564264/docs/ECMAScriptModules.md but none of the solutions actually solve the issue.
Slugify seems natively incompatible with jest. I get the following error when I run jest test where slugify is used in one of the test:
My files:
Here is a repo that reproduces the error when you run
jest
oryarn test
: https://replit.com/@PierreNoel/slug#slug.test.js