Files
flyer-crawler.projectium.com/vitest.setup.ts
Torben Sorensen 7df63c006f
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 11s
deploy linting and first unit test maybe
2025-11-11 19:36:40 -08:00

5 lines
149 B
TypeScript

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