mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
test: align scoped ui vitest config expectations
This commit is contained in:
@@ -327,8 +327,8 @@ describe("scoped vitest configs", () => {
|
||||
}
|
||||
|
||||
expect(defaultUiConfig.test?.pool).toBe("threads");
|
||||
expect(defaultUiConfig.test?.isolate).toBe(true);
|
||||
expect(defaultUiConfig.test?.runner).toBeUndefined();
|
||||
expect(defaultUiConfig.test?.isolate).toBe(false);
|
||||
expect(normalizeConfigPath(defaultUiConfig.test?.runner)).toBe("test/non-isolated-runner.ts");
|
||||
});
|
||||
|
||||
it("keeps the process lane off the openclaw runtime setup", () => {
|
||||
|
||||
Reference in New Issue
Block a user