Skip to content

Commit ada0918

Browse files
committed
chore: add a placeholder test to stop failing ci
This will let us catch verify problems
1 parent b2b4585 commit ada0918

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/index.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import t from "tap";
2+
3+
void t.test("this is not a real test", (t) => {
4+
t.pass();
5+
t.end();
6+
});

0 commit comments

Comments
 (0)