Skip to content

v8.1.0

Choose a tag to compare

@laat laat released this 13 Apr 14:31
· 33 commits to master since this release
1f948e5

What's new

  • Merged test output — per-block test runner summaries are consolidated into a single summary via a custom --test-reporter
  • Run all blocks — all units now run even when earlier ones fail
  • ReferenceError hints — suggests test:group when an identifier is defined in another block
  • --import flag — support for --import to preload modules (e.g. happy-dom)
  • Happy-dom example added

Fixes

  • Fix type error in collectDefinedIdentifiers