Skip to content

v9.2.0

Latest

Choose a tag to compare

@dy dy released this 15 Jan 20:31
· 24 commits to master since this release
  • Run test in a separate isolate thread via tst.fork('test', () => { ... })
  • Data can be passed to individual test as tst('test', { data: { ... } }, (assert, data) => { ... })
  • Test receives assertions as argument test('name', ({ is, ok, almost, ...}) => { ... })
  • Test modifiers can be combined via options: test('name', { fork: true, only: true }, t => {})
  • rejects assert for promises

Full Changelog: v9.0.0...v9.2.0