Skip to content

Commit 0fe519c

Browse files
committed
add placeholder test
1 parent db6058f commit 0fe519c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/placeholder.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { test, expect } from 'bun:test';
2+
3+
test('placeholder test', () => {
4+
expect(true).toBe(true);
5+
});

0 commit comments

Comments
 (0)