Commit 06f4454
committed
test(linter/plugins): fix tests on Windows (#15966)
#15911 broke NAPI tests on Windows, because it failed to replace `\` with `/` in file paths in snapshots.
https://github.com/oxc-project/oxc/actions/runs/19581028169/job/56078684915#step:8:479
Fix this by normalizing slashes in file paths before outputting them in snapshots.1 parent 6c72e84 commit 06f4454
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments