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:
parent
6a8f87ba91
commit
b276c0ad47
|
|
@ -83,5 +83,5 @@ Returns a list of titles from the root down to this suite.
|
||||||
* since: v1.44
|
* since: v1.44
|
||||||
- returns: <[SuiteType]<'root' | 'project' | 'file' | 'describe'>>
|
- 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`.
|
`root` -> `project` -> `file` -> `describe` -> ...`describe` -> `test`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue