Skip to content

v0.3.32

Compare
Choose a tag to compare
@fkling fkling released this 20 Jun 15:08
· 246 commits to main since this release

New

@TheSavior added the possibility to define tests inline, without having to create separate files for input and output:

const transform = require('../myTransform');
defineInlineTest(transform, {}, 'input', 'expected output');

#204