We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c8535 commit 0705e3fCopy full SHA for 0705e3f
lib/mix/lib/mix/tasks/test.ex
@@ -298,8 +298,8 @@ defmodule Mix.Tasks.Test do
298
299
Note that all tests are included by default, so unless they are excluded
300
first (either in the test helper or via the `--exclude` option) the
301
- `--include` option has no effect. The other in which filters are applied
302
- are also consistent: first all exclusions are computed, then the inclusions.
+ `--include` option has no effect. The order in which filters are applied
+ is also consistent: first all exclusions are computed, then the inclusions.
303
304
For convenience, Mix also provides an `--only` option that excludes all tests
305
and includes only the given ones:
0 commit comments