test: pin e2e vitest setup · openclaw/openclaw@5497371
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,8 +24,9 @@ describe("e2e vitest config", () => {
|
24 | 24 | expect(e2eConfig.test?.pool).toBe("threads"); |
25 | 25 | expect(e2eConfig.test?.isolate).toBe(false); |
26 | 26 | expect(normalizeConfigPath(e2eConfig.test?.runner)).toBe("test/non-isolated-runner.ts"); |
27 | | -expect(normalizeConfigPaths(e2eConfig.test?.setupFiles)).toContain( |
| 27 | +expect(normalizeConfigPaths(e2eConfig.test?.setupFiles)).toEqual([ |
| 28 | +"test/setup.ts", |
28 | 29 | "test/setup-openclaw-runtime.ts", |
29 | | -); |
| 30 | +]); |
30 | 31 | }); |
31 | 32 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。