Skip to content

Commit 4c09146

Browse files
committed
[test] adding empty test folder
1 parent 21d7186 commit 4c09146

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/index.js

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('no test', t => {
4+
t.is(1, 1)
5+
})

0 commit comments

Comments
 (0)