feat: gitea pipeline
Some checks failed
Build and Test / build (push) Has been cancelled

This commit is contained in:
Lucas Oskorep
2025-10-17 02:38:04 -04:00
parent 1ae379868b
commit b4afd6d4dc
5 changed files with 55 additions and 3 deletions

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', () => {