From 4d1e05e075a91c8f8bc5aa6c4f8d0b95e7ed5cb0 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 8 Aug 2025 16:47:58 +0200 Subject: [PATCH] rename test --- test/{placeholder.ts => placeholder.test.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{placeholder.ts => placeholder.test.ts} (96%) 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 +});