suite.todo([name][, options][, fn])
用于将测试套件标记为 TODO 的简写。这与 suite([name], { todo: true }[, fn]) 相同。
【Shorthand for marking a suite as TODO. This is the same as
suite([name], { todo: true }[, fn]).】
用于将测试套件标记为 TODO 的简写。这与 suite([name], { todo: true }[, fn]) 相同。
【Shorthand for marking a suite as TODO. This is the same as
suite([name], { todo: true }[, fn]).】