feat: Projekt-Skelett (Bun, TypeScript, Drizzle-Deps)
This commit is contained in:
6
src/server/types.test.ts
Normal file
6
src/server/types.test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { expect, test } from 'bun:test';
|
||||
import { PAIRS } from './types';
|
||||
|
||||
test('vier Pairs definiert', () => {
|
||||
expect(PAIRS).toHaveLength(4);
|
||||
});
|
||||
Reference in New Issue
Block a user