Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 14s
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
// vitest.setup.ts
|
|
import '@testing-library/jest-dom/vitest';
|
|
|
|
// You can add any other global setup here if needed.
|