Update Jest/Babel to work with ESM only dependencies #356
Labels
dependencies
Pull requests that update a dependency file
for developers
Changes that make development easier
Currently we have 2 ESM only dependencies:
For screenfull I just rolled back to v5 which isn't ESM only. This is currently fine as there hasn't been any major additions or fixes in v6.
For apac-w3 I ended up adding a mock which allowed the jest tests to run.
It feels like more packages will end up moving to ESM only packages, so we should properly fix this sooner rather than later.
Some interesting reading that may help https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
The text was updated successfully, but these errors were encountered: