Skip to content

Commit

Permalink
fix test quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Jul 30, 2024
1 parent 119176c commit c4b361f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turborepo-tests/integration/tests/config.t
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Add flag: `--no-daemon`

Confirm that the envMode is `strict` by default
$ ${TURBO} config | jq .envMode
strict
"strict"

Add env var: `TURBO_ENV_MODE=loose`
$ TURBO_ENV_MODE=loose ${TURBO} config | jq .envMode
loose
"loose"

Add flag: `--env-mode=loose`
$ ${TURBO} --env-mode=loose config | jq .envMode
loose
"loose"

0 comments on commit c4b361f

Please sign in to comment.