test: fix windows-only expectations

This commit is contained in:
Peter Steinberger
2026-01-15 05:25:05 +00:00
parent 77cf40da87
commit 1c7ac2a6ab
3 changed files with 21 additions and 13 deletions

View File

@@ -69,10 +69,7 @@ const hoisted = vi.hoisted(() => ({
}));
const testConfigRoot = {
value: path.join(
os.tmpdir(),
`clawdbot-gateway-test-${process.pid}-${crypto.randomUUID()}`,
),
value: path.join(os.tmpdir(), `clawdbot-gateway-test-${process.pid}-${crypto.randomUUID()}`),
};
export const setTestConfigRoot = (root: string) => {