Closed chrisdemars closed 2 years ago
This project is still commonjs so will need to look into publishing something that works in ESM environments if it doesnt by default...
I'll support this when ES Modules support in Jest is stable:
https://jestjs.io/docs/ecmascript-modules https://github.com/facebook/jest/issues/9430
Re-open when that's the case, for now, use commonjs for tests if possible.
I am importing these things from 'jest-axe' but the test fails because the module can't be found. What am I doing wrong?