2.0.0
·
104 commits
to main
since this release
This release changes the bundling behaviour. Instead of creating a bundle for each test file, the whole suite is bundled at once. This greatly improves performance and lowers memory consumption considerably.
Features
- Build full test suite into a single bundle (#11, thanks @jridgewell)
Maintenance
- Switch to jsdom-launcher (#13, thanks @jridgewell)
- Create CI test flow (#12, thanks @jridgewell)
- Cleanup cache wrapper (#10, thanks @jridgewell)