Commit 54bf628
fix(tests): normalize path separators for Windows compatibility
Fixes path assertion failures on Windows CI by normalizing backslashes
to forward slashes before comparison. Windows uses \ while Unix uses /
for path separators.
Affected tests:
- master-orchestrator.test.js: "should save state to correct path"
- dashboard-integration.test.js: "should return status path"
Closes #71
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 50f4b83 commit 54bf628
File tree
2 files changed
+6
-2
lines changed- tests/core
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
0 commit comments