is there a way to filter only on describe ?
For example :
Given this : gleam test -- --test-name-filter="should_keep_todo"
I would get this
✓ toasty ❯ just a test ❯ should_keep_todo
✓ should_keep_todo ❯ Rule 1: Todo must exist in updated list ❯ given todo not in dict, when checked, then returns false
✓ should_keep_todo ❯ Rule 2: Todo must not be completed ❯ given todo is completed, when checked, then returns false
The first one shouldn't be filtered in.
is there a way to filter only on describe ?
For example :
Given this :
gleam test -- --test-name-filter="should_keep_todo"I would get this
The first one shouldn't be filtered in.