wizard
wizard copied to clipboard
Nested `describe`
We should support for nested describe:
describe('group 1', () => {
describe('group 1.1', () => {
// ...
})
})