deploy linting and first unit test maybe
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 11s

This commit is contained in:
2025-11-11 19:36:40 -08:00
parent 7f56ee55d6
commit 7df63c006f
6 changed files with 2488 additions and 7 deletions

5
vitest.setup.ts Normal file
View File

@@ -0,0 +1,5 @@
// vitest.setup.ts
import { expect } from 'vitest';
import '@testing-library/jest-dom/vitest';
// You can add any other global setup here if needed.