Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unneeded ones
  • Loading branch information
anthonyshew committed Jun 24, 2025
commit 86029c99e31a61e8cc5c821650501580854bcef8
21 changes: 1 addition & 20 deletions turborepo-tests/integration/tests/deps-sync.t
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,4 @@ Verify pinned dependency exceptions were added
}
}
}
}

Test help text
$ ${TURBO} deps-sync --help
Check that all dependencies across workspaces are synchronized

Usage: turbo deps-sync [OPTIONS]

Options:
--allowlist Generate an allowlist configuration to resolve conflicts
-h, --help Print help

Test invalid flag
$ ${TURBO} deps-sync --invalid-flag
error: unexpected argument '--invalid-flag' found

Usage: turbo deps-sync [OPTIONS]

For more information, try '--help'.
[2]
}