diff --git a/test/placeholder.ts b/test/placeholder.ts new file mode 100644 index 0000000..4362ad2 --- /dev/null +++ b/test/placeholder.ts @@ -0,0 +1,5 @@ +import { test, expect } from 'bun:test'; + +test('placeholder test', () => { + expect(true).toBe(true); +}); \ No newline at end of file