Skip to content

v9.0.0

Choose a tag to compare

@dy dy released this 10 Jan 08:28
· 52 commits to master since this release
  • standalone assertions (assert.js works without runner)
  • pluggable output formats (formats object)
  • test.mute() — suppress output unless failure
  • test.demo() — run without affecting exit code
  • per-test timeout option
  • TAP output format (TST_FORMAT=tap)
  • config via env vars / URL params
  • fix errors display in red with stack trace
  • fix assertion numbers reset per test
  • fix auto-run handles slow imports
  • fix state encapsulation (no global mutation)

Full Changelog: v8.0.2...v9.0.0