diff --git a/test/placeholder.ts b/test/placeholder.test.ts similarity index 96% rename from test/placeholder.ts rename to test/placeholder.test.ts index 4362ad2..a1c414e 100644 --- a/test/placeholder.ts +++ b/test/placeholder.test.ts @@ -2,4 +2,4 @@ import { test, expect } from 'bun:test'; test('placeholder test', () => { expect(true).toBe(true); -}); \ No newline at end of file +});