fix: remove unused waitFor import in endpoint-card test

Made-with: Cursor
This commit is contained in:
yyh
2026-04-14 16:28:32 +08:00
parent b329c4f6f0
commit a50ca8349b

View File

@ -1,5 +1,5 @@
import type { EndpointListItem, PluginDetail } from '../../types'
import { act, fireEvent, render, screen, waitFor } from '@testing-library/react'
import { act, fireEvent, render, screen } from '@testing-library/react'
import { beforeEach, describe, expect, it, vi } from 'vitest'
import EndpointCard from '../endpoint-card'