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


用于将测试标记为 only 的简写,等同于 test([name], { only: true }[, fn])

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