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