On this page

    M

    test.only

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

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