test: Remove main test for now

This commit is contained in:
Edmund Miller 2022-11-13 16:10:06 -06:00 committed by Thomas A. Christensen II
parent 0541993f3c
commit 03b7b3e3d3

View file

@ -1,8 +0,0 @@
import test from 'ava'
const fn = () => 'foo'
test('fn() returns foo', t => {
t.pass()
// t.is(fn(), 'foo');
})