diff --git a/test.js b/test.js index 8a9216f..ecdd2b9 100644 --- a/test.js +++ b/test.js @@ -2,4 +2,8 @@ import test from 'ava'; test('base', t => { t.pass(); +}); + +test('base2', t => { + t.fail(); }); \ No newline at end of file