Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
--global authored and --global committed Jun 20, 2023
1 parent 7379094 commit 8d63d96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion turborepo-tests/integration/tests/api-client-config.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setup
Run test run
$ ${TURBO} run build --__test-run | jq .api_client_config
{
"token": "QAMe1dWd9ifylNzga7gwpVAh",
"token": null,
"team_id": null,
"team_slug": null,
"api_url": "https://vercel.com/api",
Expand Down
8 changes: 2 additions & 6 deletions turborepo-tests/integration/tests/command-version.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ Setup

Test version matches that of version.txt
$ diff <(head -n 1 ${VERSION}) <(${TURBO} --version)
1c1
< 1.10.2-canary.1
---
> 1.10.2-canary.0
[1]


TODO: resolve ambiguity
$ ${TURBO} -v
$ ${TURBO} --version
4 changes: 2 additions & 2 deletions turborepo-tests/integration/tests/single_package/dry-run.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Check
Tasks to Run
build
Task = build
Hash = d2295def33764d46
Cached (Local) = false
Hash = 9d6c858db9fd1eea
Cached (Local) = false
Cached (Remote) = false
Command = echo 'building' > foo
Outputs = foo
Expand Down

0 comments on commit 8d63d96

Please sign in to comment.