Commit 84791bf
Robert Jackson
Ensure to use real path for
Apparently, jscodeshift runs the provided path through
`fs.realpathSync` but the return value from `broccoli-test-helper`
hasn't passed through `realpathSync`.
On most linux / windows systems this doesn't matter, but on mac the
`$TMPDIR` is references as `/var/folders/random-stuff/here/` but
"really" is at `/private/var/folders/random-stuff/here/`.file.path expectation.1 parent 4ccaf8b commit 84791bf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments