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 f586e24 commit 4552b61Copy full SHA for 4552b61
__tests__/example.ts
@@ -0,0 +1,8 @@
1
+// import assert from "node:assert";
2
+
3
+describe("scaffold", () => {
4
+ test("example test", () => {
5
+ // do a thing
6
+ // assert.equal(think1, "thing2");
7
+ });
8
+});
0 commit comments