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