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