(projectRoot)
| 212 | { |
| 213 | name: 'routing-table.json', |
| 214 | filePath: paths.json, |
| 215 | actual: jsonContent, |
| 216 | // Match the EOL already on disk so checkouts materialized with CRLF |
| 217 | // (core.autocrlf) compare clean, the same way replaceBlock does. |
| 218 | expected: renderJson(table, jsonContent === null ? '\n' : detectEol(jsonContent)), |
| 219 | }, |
| 220 | { |
| 221 | name: 'skills/do/SKILL.md', |
| 222 | filePath: paths.skillTable, |
no test coverage detected