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