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