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]).】