Skip to content

Commit

Permalink
fixed tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jul 19, 2024
1 parent d20bcdd commit b834a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turborepo-tests/integration/tests/invalid-package-json.t
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add invalid packageManager field that passes the regex.
x could not resolve workspaces
`-> invalid semantic version: Failed to parse an integer component of a
semver string: number too large to fit in target type
,-\(.*/package.json:5:1\) (re)
,-\(.*package.json:5:1\) (re)
5 | },
6 | "packageManager": "npm@0.3.211111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111",
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion turborepo-tests/integration/tests/recursive-turbo.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sed replaces the square brackets with parentheses so prysk can parse the file pa
\xe2\x80\xa2 Remote caching disabled (esc)
x root task //#something (turbo run build) looks like it invokes turbo and
| might cause a loop
,-\(.*/package.json:3:1\) (re)
,-\(.*package.json:3:1\) (re)
3 | "scripts": {
4 | "something": "turbo run build"
: ^^^^^^^^|^^^^^^^^
Expand Down

0 comments on commit b834a45

Please sign in to comment.