it.only([name][, options][, fn])


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

Shorthand for marking a test as only, same as it([name], { only: true }[, fn]).