Alias for test.
The it()
function is imported from the node:test
module.
namespace
Alias for test.
The it()
function is imported from the node:test
module.
Alias for test.
The it()
function is imported from the node:test
module.
Alias for test.
The it()
function is imported from the node:test
module.
Alias for test.
The it()
function is imported from the node:test
module.
Shorthand for marking a test as only
. This is the same as calling it with options.only
set to true
.
Shorthand for marking a test as only
. This is the same as calling it with options.only
set to true
.
Shorthand for marking a test as only
. This is the same as calling it with options.only
set to true
.
Shorthand for marking a test as only
. This is the same as calling it with options.only
set to true
.
Shorthand for skipping a test. This is the same as calling it with options.skip
set to true
.
Shorthand for skipping a test. This is the same as calling it with options.skip
set to true
.
Shorthand for skipping a test. This is the same as calling it with options.skip
set to true
.
Shorthand for skipping a test. This is the same as calling it with options.skip
set to true
.
Shorthand for marking a test as TODO
. This is the same as calling it with options.todo
set to true
.
Shorthand for marking a test as TODO
. This is the same as calling it with options.todo
set to true
.
Shorthand for marking a test as TODO
. This is the same as calling it with options.todo
set to true
.
Shorthand for marking a test as TODO
. This is the same as calling it with options.todo
set to true
.