Skip to content

Commit

Permalink
Fix tests on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed May 4, 2022
1 parent b47b9d0 commit 63f6b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/errors-analysis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,10 @@ test(
assertScriptOutputEquals(
done.stderr,
`
❌ ../bar/package.json:1:16 JSON syntax error
❌ ..${pathlib.sep}bar${pathlib.sep}package.json:1:16 JSON syntax error
{"scripts": {},}
~
❌ ../bar/package.json:1:16 JSON syntax error
❌ ..${pathlib.sep}bar${pathlib.sep}package.json:1:16 JSON syntax error
{"scripts": {},}
~
`
Expand Down Expand Up @@ -1293,7 +1293,7 @@ test(
"../bar:b"
~~~~~~~~~~
../bar/package.json:8:9 "b" points back to "../foo:a"
..${pathlib.sep}bar${pathlib.sep}package.json:8:9 "b" points back to "../foo:a"
"../foo:a"
~~~~~~~~~~
`
Expand Down

0 comments on commit 63f6b54

Please sign in to comment.