feat: gitea pipeline

This commit is contained in:
Lucas Oskorep
2025-10-17 02:38:04 -04:00
parent e93ffe5da7
commit 18beea21e7
5 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, test, expect } from '@jest/globals';
import type { Rect } from '../utils/rect';
import type { Rect } from '../utils/rect.js';
describe('Rect Type Tests', () => {
test('should create a valid Rect object', () => {