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