function test.describe
namespace test.describe
Functions #
f
test.describe.only
Shorthand for marking a suite as only. This is the same as calling describe with options.only set to true.
f
test.describe.skip
Shorthand for skipping a suite. This is the same as calling describe with options.skip set to true.
f
test.describe.todo
Shorthand for marking a suite as TODO. This is the same as calling describe with options.todo set to true.