删除 Vitest 配置文件和相关依赖,更新 ESLint 配置以移除 Vitest 支持
All checks were successful
/ depcheck (push) Successful in 1m54s
CI / build-and-deploy (push) Successful in 4m37s

This commit is contained in:
严浩
2024-10-12 10:12:00 +08:00
parent 8f27e6f133
commit 424c7f3c45
7 changed files with 1 additions and 301 deletions

View File

@ -6,9 +6,6 @@
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
}