On this page

    M

    describe.only

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

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