mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 13:13:06 +00:00
fix: honor test planner cache paths by target platform
This commit is contained in:
@@ -146,7 +146,8 @@ export const resolveVitestFsModuleCachePath = ({
|
||||
if (explicitPath) {
|
||||
return explicitPath;
|
||||
}
|
||||
return path.join(
|
||||
const pathImpl = isWindowsEnv(env, platform) ? path.win32 : path.posix;
|
||||
return pathImpl.join(
|
||||
cwd,
|
||||
"node_modules",
|
||||
".experimental-vitest-cache",
|
||||
|
||||
Reference in New Issue
Block a user