a gitea ci

This commit is contained in:
BeauTroll
2026-01-19 18:36:27 +01:00
parent cbd0cdced4
commit d470eb2cd5
6 changed files with 356 additions and 193 deletions

View File

@@ -0,0 +1,7 @@
import { describe, expect, it } from 'vitest';
describe('Example', () => {
it('should pass', () => {
expect(1 + 1).toBe(2);
});
});