Files
flyer-crawler.projectium.com/vitest.setup.ts
Torben Sorensen a54b96810a
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 14s
typescript fixin
2025-11-12 10:01:05 -08:00

4 lines
116 B
TypeScript

// vitest.setup.ts
import '@testing-library/jest-dom/vitest';
// You can add any other global setup here if needed.