Skip to content

Commit 4262339

Browse files
committed
test: Add default test
1 parent 0e87554 commit 4262339

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/index.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import test from 'ava'
2+
3+
test('todo', (t) => {
4+
t.true(true)
5+
})

0 commit comments

Comments
 (0)