Skip to content

2.0.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 08 Mar 09:35
· 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