Skip to content

Commit

Permalink
[web] remove unused --unit-tests-only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov committed Nov 23, 2021
1 parent 41b8e57 commit ada66c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/web_ui/dev/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ class TestCommand extends Command<bool> with ArgUtils<bool> {
help: 'Run in watch mode so the tests re-run whenever a change is '
'made.',
)
..addFlag(
'unit-tests-only',
defaultsTo: false,
help: 'felt test command runs the unit tests and the integration tests '
'at the same time. If this flag is set, only run the unit tests.',
)
..addFlag('use-system-flutter',
defaultsTo: false,
help:
Expand Down

0 comments on commit ada66c0

Please sign in to comment.