peeky icon indicating copy to clipboard operation
peeky copied to clipboard

Nested suites

Open Akryum opened this issue 4 years ago • 0 comments

For example:

describe('foo', () => {
  describe('bar', () => {
    test('meow', () => {})
  })
})

Akryum avatar Aug 30 '21 14:08 Akryum