frontend auto testing rules (#28679)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: 姜涵煦 <hanxujiang@jianghanxudeMacBook-Pro.local>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Coding On Star
2025-11-26 15:18:07 +08:00
committed by GitHub
parent 591414307a
commit dbecba710b
16 changed files with 2293 additions and 80 deletions

View File

@@ -6,6 +6,7 @@
"dom.iterable",
"esnext"
],
"types": ["jest", "node", "@testing-library/jest-dom"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@@ -40,11 +41,6 @@
"app/components/develop/Prose.jsx"
],
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"__tests__/**"
"node_modules"
]
}