Commit e90da70
committed
test(tools): make SearchFilesTool path assertions platform-agnostic (#169)
The searchFilesTool spec mocked the `path` builtin (resolve -> join("/")).
Under Windows CI's singleFork pool that override could be lost across files,
leaving real `path.resolve` to emit backslash paths and fail the "/"-based
assertions (a Windows-only failure). Drop the fragile `path` mock and derive
the expected resolved path from the real `path.resolve` so the assertions hold
on every platform.1 parent a0bb8b6 commit e90da70
1 file changed
Lines changed: 9 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
116 | | - | |
117 | 113 | | |
118 | | - | |
119 | | - | |
| 114 | + | |
| 115 | + | |
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
| |||
135 | 131 | | |
136 | 132 | | |
137 | 133 | | |
138 | | - | |
139 | 134 | | |
140 | | - | |
141 | | - | |
| 135 | + | |
| 136 | + | |
142 | 137 | | |
143 | 138 | | |
144 | 139 | | |
| |||
0 commit comments