Optional
name: stringOptional
options: TestOptionsOptional
fn: SuiteFnShorthand for marking a suite as only
. This is the same as calling describe with options.only
set to true
.
Optional
name: stringOptional
fn: SuiteFnShorthand for marking a suite as only
. This is the same as calling describe with options.only
set to true
.
Optional
options: TestOptionsOptional
fn: SuiteFnShorthand for marking a suite as only
. This is the same as calling describe with options.only
set to true
.
Optional
fn: SuiteFn
Shorthand for marking a suite as
only
. This is the same as calling describe withoptions.only
set totrue
.