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