On this page

    M

    suite.only

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

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