fix: DownloadAdmin.test.jsx 미사용 waitFor import 제거 (ESLint)
Some checks failed
Client CI/CD / test (push) Failing after 12m21s
Client CI/CD / deploy (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 17:33:07 +09:00
parent dcb2d1847d
commit ae013acd2d

View File

@@ -1,5 +1,5 @@
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import { render, screen, fireEvent } from '@testing-library/react';
import DownloadAdmin from './DownloadAdmin';
// Mock APIs