Skip to content

Commit

Permalink
fix(test), change suggestion to run with --unmodified instead of the …
Browse files Browse the repository at this point in the history
…deprecated --all (#8232)
  • Loading branch information
davidfirst authored Dec 5, 2023
1 parent 30b6024 commit 15617ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/defender/tester/test.cmd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class TestCmd implements Command {
data: (
<Box>
<Text bold>
no components found to test. use "--all" flag to test all components or specify the ids to test,
no components found to test. use "--unmodified" flag to test all components or specify the ids to test,
otherwise, only new and modified components will be tested{' '}
</Text>
</Box>
Expand Down

0 comments on commit 15617ce

Please sign in to comment.