test: complete test suite (#118, #119, #120, #121, #123, #125) #146

Merged
marcel merged 9 commits from feat/118-119-120-121-123-125-test-suite into main 2026-03-28 19:46:44 +01:00
Showing only changes of commit 2fb5e4d17a - Show all commits

View File

@@ -1,7 +0,0 @@
import { describe, it, expect } from 'vitest';
describe('sum test', () => {
it('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
});
});