Skip to content

QUnit interface missing from help overview #2317

@ScottFreeCode

Description

@ScottFreeCode

.option('-u, --ui <name>', 'specify user-interface (bdd|tdd|exports)', 'bdd')
is missing the QUnit interface in its list: "(bdd|tdd|exports)"

Incidentally, would it be feasible to just copy the names from lib/interfaces/index.js (e.g. with a for in loop or the keys function)? (Both there and at

program.on('interfaces', function(){
) That way they couldn't get out of sync like this in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: documentationanything involving docs or mochajs.org

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions