test.todo([name][, options][, fn])


将测试标记为 TODO 的简写,与 test([name], { todo: true }[, fn]) 相同。

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