On this page

    M

    describe.todo

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

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