Skip to content

Commit a0ab552

Browse files
committed
placeholder test
1 parent b81c7bc commit a0ab552

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

placeholder.test.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', () => {
4+
expect(true).toBe(true);
5+
});

0 commit comments

Comments
 (0)