mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
fix(ci): run fs-safe removal Windows coverage (#116510)
* test(ci): run fs-safe remove suite on Windows * test(infra): correct Windows rebind race expectation * test(infra): exercise Windows rebind hook
This commit is contained in:
@@ -97,4 +97,16 @@ describe("detectChangedScope Windows routing", () => {
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
it("routes safe removal changes and Windows-only coverage to Windows", () => {
|
||||
for (const safeRemovePath of [
|
||||
"src/infra/fs-safe-remove.ts",
|
||||
"src/infra/fs-safe-remove.test.ts",
|
||||
]) {
|
||||
expect(detectChangedScope([safeRemovePath]), safeRemovePath).toMatchObject({
|
||||
runNode: true,
|
||||
runWindows: true,
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user