mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
test: add unit tests for base components (#32818)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { render } from '@testing-library/react'
|
||||
import ProgressCircle from './progress-circle'
|
||||
import ProgressCircle from '../progress-circle'
|
||||
|
||||
const extractLargeArcFlag = (pathData: string): string => {
|
||||
const afterA = pathData.slice(pathData.indexOf('A') + 1)
|
||||
Reference in New Issue
Block a user