From 0fe519c74ed3868e36ab60b00e9a60bd99195f63 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 8 Aug 2025 16:47:33 +0200 Subject: [PATCH] add placeholder test --- test/placeholder.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/placeholder.ts 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