ts fixes from reorg
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 52s

This commit is contained in:
2025-11-25 12:37:30 -08:00
parent 6a0650ae42
commit 7795ce1725
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// src/components/WhatsNewModal.test.tsx
import React from 'react';
import { render, screen, fireEvent } from '@testing-library/react';
import { describe, it, expect, vi } from 'vitest';
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { WhatsNewModal } from './WhatsNewModal';
describe('WhatsNewModal', () => {