rename test

This commit is contained in:
Moritz Jung 2025-08-08 16:47:58 +02:00
parent 0fe519c74e
commit 4d1e05e075

5
test/placeholder.test.ts Normal file
View file

@ -0,0 +1,5 @@
import { test, expect } from 'bun:test';
test('placeholder test', () => {
expect(true).toBe(true);
});