add placeholder test
This commit is contained in:
parent
db6058f0f3
commit
0fe519c74e
1 changed files with 5 additions and 0 deletions
5
test/placeholder.ts
Normal file
5
test/placeholder.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { test, expect } from 'bun:test';
|
||||
|
||||
test('placeholder test', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue