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