Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jul 16, 2024
1 parent e294a86 commit 012c161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion turborepo-tests/integration/tests/no-args.t
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Make sure exit code is 2 when no args are passed
--global-deps <GLOBAL_DEPS>
Specify glob of global filesystem dependencies to be hashed. Useful for .env and files
--env-mode [<ENV_MODE>]
Environment variable mode. Use "loose" to pass the entire existing environment. Use "strict" to use an allowlist specified in turbo.json [default: strict] [possible values: loose, strict]
Environment variable mode. Use "loose" to pass the entire existing environment. Use "strict" to use an allowlist specified in turbo.json [possible values: loose, strict]
-F, --filter <FILTER>
Use the given selector to specify package(s) to act as entry points. The syntax mirrors pnpm's syntax, and additional documentation and examples can be found in turbo's documentation https://turbo.build/repo/docs/reference/command-line-reference/run#--filter
--output-logs <OUTPUT_LOGS>
Expand Down
3 changes: 1 addition & 2 deletions turborepo-tests/integration/tests/turbo-help.t
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Test help flag
--global-deps <GLOBAL_DEPS>
Specify glob of global filesystem dependencies to be hashed. Useful for .env and files
--env-mode [<ENV_MODE>]
Environment variable mode. Use "loose" to pass the entire existing environment. Use "strict" to use an allowlist specified in turbo.json [default: strict] [possible values: loose, strict]
Environment variable mode. Use "loose" to pass the entire existing environment. Use "strict" to use an allowlist specified in turbo.json [possible values: loose, strict]
-F, --filter <FILTER>
Use the given selector to specify package(s) to act as entry points. The syntax mirrors pnpm's syntax, and additional documentation and examples can be found in turbo's documentation https://turbo.build/repo/docs/reference/command-line-reference/run#--filter
--output-logs <OUTPUT_LOGS>
Expand Down Expand Up @@ -268,7 +268,6 @@ Test help flag
--env-mode [<ENV_MODE>]
Environment variable mode. Use "loose" to pass the entire existing environment. Use "strict" to use an allowlist specified in turbo.json

[default: strict]
[possible values: loose, strict]

-F, --filter <FILTER>
Expand Down

0 comments on commit 012c161

Please sign in to comment.