Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Nested suites #26

Open
Akryum opened this issue Aug 30, 2021 · 0 comments
Open

Nested suites #26

Akryum opened this issue Aug 30, 2021 · 0 comments

Comments

@Akryum
Copy link
Owner

Akryum commented Aug 30, 2021

For example:

describe('foo', () => {
  describe('bar', () => {
    test('meow', () => {})
  })
})
@Akryum Akryum added the documentation Improvements or additions to documentation label Aug 30, 2021
@Akryum Akryum added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant