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