it.only(name?, options?, fn?): void
Shorthand for marking a test as only, same as it([name], { only: true }[, fn]).
only
it([name], { only: true }[, fn])