Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 11s
5 lines
149 B
TypeScript
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.
|