refactor(custom): reorganize web app brand module and raise coverage threshold (#33531)

Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Coding On Star
2026-03-16 18:17:21 +08:00
committed by GitHub
co-authored by CodingOnStar autofix-ci[bot]
parent c3ee83645f
commit 6da802eb2a
140 changed files with 1782 additions and 1486 deletions
@@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import Indicator from './index'
import Indicator from '../index'
describe('Indicator', () => {
it('should render with default props', () => {