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