/** * Cross-platform routing store tests — Windows-targeted. * * Verifies behaviors that must hold on Windows: case-insensitive policy-id * paths do not break atomic replacement, the active-policy pointer swap is * atomic, and file locking never leaves a partial active-policy file. * * These run on Linux CI too (path semantics are platform-agnostic in the * routing store), and are additionally exercised on windows-latest. */ export {}; //# sourceMappingURL=routing.windows.test.d.ts.map