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