getScope
Returns the current scope, if a describe() function is currently running.
static
static getScope(): TestScope
Related
- class TestScopeA class that represents a test scope, containing a number of test cases.
Returns the current scope, if a describe() function is currently running.
static
static getScope(): TestScope