mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 16:03:41 +00:00
fix: remove unused imports in test files (build fix)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
77805191cf
commit
837dc56d84
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import { server } from '@/test/mocks/server'
|
|||
import { renderHookWithProviders } from '@/test/utils'
|
||||
import {
|
||||
mockNotification,
|
||||
mockNotificationRead,
|
||||
mockNotificationList,
|
||||
} from '@/test/mocks/data'
|
||||
import { useNotifications } from '@/hooks/useNotifications'
|
||||
|
|
|
|||
|
|
@ -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 userEvent from '@testing-library/user-event'
|
||||
import { http, HttpResponse } from 'msw'
|
||||
|
|
|
|||
Loading…
Reference in a new issue