mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 06:28:05 +08:00
fix: remove unused waitFor import in endpoint-card test
Made-with: Cursor
This commit is contained in:
@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user