suite.only([name][, options][, fn])
新增于: v22.0.0, v20.13.0
将套件标记为 only 的简写。这与 suite([name], { only: true }[, fn]) 相同。
\Shorthand for marking a suite as only. This is the same as
suite([name], { only: true }[, fn]).
将套件标记为 only 的简写。这与 suite([name], { only: true }[, fn]) 相同。
\Shorthand for marking a suite as only. This is the same as
suite([name], { only: true }[, fn]).