* Ensure environment and OS specific paths are consistent in snapshots
(text: string)
| 358 | * Ensure environment and OS specific paths are consistent in snapshots |
| 359 | */ |
| 360 | function normalizeCwd(text: string) { |
| 361 | return text.replace(normalize(process.cwd()), '<process-cwd>') |
| 362 | } |
no test coverage detected