Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 08:45
f9c40b5

3.2.0 (2022-08-01)

Features

  • add before/after/each hooks (4ed5d1f)
  • add support for boolean values for concurrency option (ba8fd71)
  • graceful termination on --test only (4071052)
  • pass signal on timeout (3814bf0)
  • recieve and pass AbortSignal (558abfc)
  • validate concurrency option (f875da2)
  • validate timeout option (cf78656)

Bug Fixes

  • do not report an error when tests are passing (10146fa)
  • doc: add missing test runner option (b8bc3be)
  • doc: copyedit README.md (1401584)
  • doc: fix typos in test.md (8c95f07)
  • empty pending tests queue post running (2f02171)
  • fix top level describe queuing (c6f554c)
  • test: ensure all tests are run and fix failing ones (#33) (215621e)