Optional
name: stringOptional
options: TestOptionsOptional
fn: TestFnShorthand for marking a test as only
. This is the same as calling test with options.only
set to true
.
Optional
name: stringOptional
fn: TestFnShorthand for marking a test as only
. This is the same as calling test with options.only
set to true
.
Optional
options: TestOptionsOptional
fn: TestFnShorthand for marking a test as only
. This is the same as calling test with options.only
set to true
.
Optional
fn: TestFn
Shorthand for marking a test as
only
. This is the same as calling test withoptions.only
set totrue
.