Results 2 comments of Thomas Mayrhofer

Hey yeah I tried describe.only as well, with the same effect. For now the solution with grep is totally fine for me.

It's basically a way to group tests together and have more readable output ```js describe('a function', () => { describe('with condition A', () => { it('is sorted ASC', () =>...