mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: vitest single bug (#4031)
This commit is contained in:
parent
91fdd84ea1
commit
1fad32db80
@ -217,7 +217,6 @@ export const defineConfig = () => {
|
||||
config.test.include = filterInclude;
|
||||
if (isFile) {
|
||||
// 减少收集的文件
|
||||
config.test.root = path.dirname(filterInclude[0]);
|
||||
config.test.exclude = [];
|
||||
config.test.coverage = {
|
||||
enabled: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user