On this page

    M

    it.only

    History
    it.only(name?, options?, fn?): void

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