We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d7186 commit 4c09146Copy full SHA for 4c09146
test/index.js
@@ -0,0 +1,5 @@
1
+import test from 'ava'
2
+
3
+test('no test', t => {
4
+ t.is(1, 1)
5
+})
0 commit comments