Update docs/src/test-reporter-api/class-suite.md

Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
Signed-off-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
Yury Semikhatsky 2024-03-28 23:17:54 -07:00 committed by GitHub
parent 6a8f87ba91
commit b276c0ad47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,5 +83,5 @@ Returns a list of titles from the root down to this suite.
* since: v1.44
- returns: <[SuiteType]<'root' | 'project' | 'file' | 'describe'>>
Returns type of the suite. The Suites form the following hierarchy:
Returns the type of the suite. The Suites form the following hierarchy:
`root` -> `project` -> `file` -> `describe` -> ...`describe` -> `test`.