more unit tests
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m22s

This commit is contained in:
2025-11-25 18:50:51 -08:00
parent 93fcb8d4e7
commit cdd664aa9b
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
// src/tests/setup/unit-setup.ts
import { afterEach } from 'vitest';
import { vi, afterEach } from 'vitest';
import { cleanup } from '@testing-library/react';
import '@testing-library/jest-dom/vitest';