Skip to content

Commit 4552b61

Browse files
committed
fix: add example test
1 parent f586e24 commit 4552b61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

__tests__/example.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)