augment-vir - v31.17.1
Preparing search index...
MochaSuite
Type Alias MochaSuite
An individual test suite inside
MochaTestContext
.
Package
@augment-vir/test
type
MochaSuite
=
{
ctx
:
{
test
:
MochaTest
}
;
parent
:
MochaNode
;
root
:
false
;
suites
:
MochaSuite
[]
;
tests
:
MochaSuite
[]
;
title
:
string
;
}
Index
Properties
ctx
parent
root
suites
tests
title
Properties
ctx
ctx
:
{
test
:
MochaTest
}
parent
parent
:
MochaNode
root
root
:
false
suites
suites
:
MochaSuite
[]
tests
tests
:
MochaSuite
[]
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ctx
parent
root
suites
tests
title
augment-vir - v31.17.1
Loading...
An individual test suite inside MochaTestContext.
Package
@augment-vir/test