v7.0.0-beta.5
Pre-release
Pre-release
·
69 commits
to beta
since this release
7.0.0-beta.5 (2022-09-25)
Bug Fixes
- config/jest: add jest-environment-jsdom as a dependency (adad36f)
Jest no longer bundles it as of 28.x... which makes sense as installing JSDOM when we're using the default testEnvironment
(node
) is pretty silly. For now, I'm opting to continue bundling it for the sake of simplicity, but we should probably consider modularizing @hover/javascript in the future so that we don't have to ship this sort of thing to all users.