test.todo(name?, options?, fn?): void
Shorthand for marking a test as TODO, same as test([name], { todo: true }[, fn]).
TODO
test([name], { todo: true }[, fn])