test(ci): align commands vitest pool expectation · openclaw/openclaw@66b4324
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -54,7 +54,7 @@ describe("projects vitest config", () => {
|
54 | 54 | expect(createAgentsSupportVitestConfig().test.pool).toBe("threads"); |
55 | 55 | expect(createAgentsToolsVitestConfig().test.pool).toBe("threads"); |
56 | 56 | expect(createCommandsLightVitestConfig().test.pool).toBe("threads"); |
57 | | -expect(createCommandsVitestConfig().test.pool).toBe("threads"); |
| 57 | +expect(createCommandsVitestConfig().test.pool).toBe("forks"); |
58 | 58 | expect(createPluginSdkLightVitestConfig().test.pool).toBe("threads"); |
59 | 59 | expect(createUnitFastVitestConfig().test.pool).toBe("threads"); |
60 | 60 | expect(createContractsVitestConfig(pluginContractPatterns).test.pool).toBe("forks"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。