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