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 0e87554 commit 4262339Copy full SHA for 4262339
test/index.test.ts
@@ -0,0 +1,5 @@
1
+import test from 'ava'
2
+
3
+test('todo', (t) => {
4
+ t.true(true)
5
+})
0 commit comments