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