import test from 'ava'; test('base', t => { t.pass(); }); test('base2', t => { t.fail(); });