Skip to content

0.6.0

Choose a tag to compare

@skovhus skovhus released this 13 Dec 10:27

Support for transforming Ava and Tape tests using destructuring of t parameter (#23):

test('Test stuff', ({ok, end}) => {
    ok(true);
    end();
});

Thanks @AugustinLF!