fix: resolve ESLint errors to pass CI frontend-lint #125

Merged
xiaoxia merged 1 commits from fix/eslint-errors into develop 2026-06-30 17:21:49 +08:00
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ afterEach(() => {
// 全局类型声明
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace Vi {
interface Assertion<T = any> extends jest.Matchers<void, T> {}
interface AsymmetricMatchersContaining extends jest.Matchers<void, any> {}