wizard icon indicating copy to clipboard operation
wizard copied to clipboard

Nested `describe`

Open talentlessguy opened this issue 4 years ago • 0 comments

We should support for nested describe:

describe('group 1', () => {
  describe('group 1.1', () => {
    // ...
  })
})

talentlessguy avatar Mar 20 '21 14:03 talentlessguy