fix: remove unused imports in test files (build fix)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
CCS Admin 2026-02-26 21:47:26 +00:00
parent 77805191cf
commit 837dc56d84
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ import { server } from '@/test/mocks/server'
import { renderHookWithProviders } from '@/test/utils' import { renderHookWithProviders } from '@/test/utils'
import { import {
mockNotification, mockNotification,
mockNotificationRead,
mockNotificationList, mockNotificationList,
} from '@/test/mocks/data' } from '@/test/mocks/data'
import { useNotifications } from '@/hooks/useNotifications' import { useNotifications } from '@/hooks/useNotifications'

View file

@ -1,4 +1,4 @@
import { describe, it, expect, beforeEach, vi } from 'vitest' import { describe, it, expect, beforeEach } from 'vitest'
import { screen, waitFor, within } from '@testing-library/react' import { screen, waitFor, within } from '@testing-library/react'
import userEvent from '@testing-library/user-event' import userEvent from '@testing-library/user-event'
import { http, HttpResponse } from 'msw' import { http, HttpResponse } from 'msw'