describe.todo([name][, options][, fn])
将套件标记为 TODO
的简写,与 describe([name], { todo: true }[, fn])
相同。
Shorthand for marking a suite as TODO
, same as
describe([name], { todo: true }[, fn])
.
将套件标记为 TODO
的简写,与 describe([name], { todo: true }[, fn])
相同。
Shorthand for marking a suite as TODO
, same as
describe([name], { todo: true }[, fn])
.