Commit 5700c5d
committed
hide skipped tests
When you have a lot of tests, and use a `.only` on a specific test, then
all other tests are still visible in the UI. If you are logging
something, then you always have to scroll up.
To prevent this, we can use this flag to always hide the list of
skipped tests.
Note: the UI itself still has an indication that _something_ is being
skipped:
```console
Test Files 1 passed (1)
Tests 1 passed | 97 skipped (98)
Start at 13:27:14
Duration 55ms
```1 parent 2ecb943 commit 5700c5d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments