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 b2b4585 commit ada0918Copy full SHA for ada0918
test/index.test.ts
@@ -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