mirror of https://github.com/langgenius/dify.git
test: add unit tests for PluginMutationModal and ReferenceSettingModal components, covering rendering, button interactions, and accessibility features
This commit is contained in:
parent
dd30eb4c2e
commit
8b66b68a8c
File diff suppressed because it is too large
Load Diff
|
|
@ -15,7 +15,7 @@ import { useContext } from 'use-context-selector'
|
|||
import Button from '@/app/components/base/button'
|
||||
import TabSlider from '@/app/components/base/tab-slider'
|
||||
import Tooltip from '@/app/components/base/tooltip'
|
||||
import ReferenceSettingModal from '@/app/components/plugins/reference-setting-modal/modal'
|
||||
import ReferenceSettingModal from '@/app/components/plugins/reference-setting-modal'
|
||||
import { getDocsUrl } from '@/app/components/plugins/utils'
|
||||
import { MARKETPLACE_API_PREFIX, SUPPORT_INSTALL_LOCAL_FILE_EXTENSIONS } from '@/config'
|
||||
import { useGlobalPublicStore } from '@/context/global-public-context'
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue