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]).
将测试标记为 only 的简写,与 test([name], { only: true }[, fn]) 相同。
¥Shorthand for marking a test as only,
same as test([name], { only: true }[, fn]).