On this page

    M

    describe.skip

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

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