test: add unit tests for PluginMutationModal and ReferenceSettingModal components, covering rendering, button interactions, and accessibility features

This commit is contained in:
CodingOnStar 2025-12-29 18:45:08 +08:00
parent dd30eb4c2e
commit 8b66b68a8c
6 changed files with 5234 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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