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