describe.only(name?, options?, fn?): void
Shorthand for marking a suite as only. This is the same as
describe([name], { only: true }[, fn]).
describe.only(name?, options?, fn?): void
Shorthand for marking a suite as only. This is the same as
describe([name], { only: true }[, fn]).