rename test
This commit is contained in:
parent
0fe519c74e
commit
4d1e05e075
1 changed files with 1 additions and 1 deletions
5
test/placeholder.test.ts
Normal file
5
test/placeholder.test.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