Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 11:13

3.3.0 (2023-02-08)

Features

  • add --test-name-pattern CLI flag (c5fd64c)
  • add extra fields in AssertionError YAML (46dce07)
  • add getter and setter to MockTracker (b942f93)
  • add initial TAP parser (5f8ce61)
  • add reporters (1ec1348)
  • add t.after() hook (71b659e)
  • parse yaml (d1343a7)
  • report file in test runner events (10d6603)
  • support function mocking (2e499ee)
  • support programmatically running --test (d885ee2)
  • support using --inspect with --test (6755536)
  • verbous error when entire test tree is canceled (012acb0)

Bug Fixes

  • avoid swallowing of asynchronously thrown errors (cff397a)
  • call {before,after}Each() on suites (0bfdb77)
  • don't use a symbol for runHook() (b3b384e)
  • fix duration_ms to be milliseconds (27241c3)
  • fix afterEach not running on test failures (f2815af)
  • fix missing test diagnostics (b5b3f0b)
  • fix tap parser fails if a test logs a number (66da6fe)
  • include stack of uncaught exceptions (c50f844)
  • make built in reporters internal (b6177a4)
  • move test reporter loading (a5e0e9e)
  • remove stdout and stderr from error (5ba2500)
  • report tap subtest in order (08269c5)
  • run t.after() if test body throws (c80e426)
  • top-level diagnostics not ommited when running with --test (d6f071a)