rename test

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

View file

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