Skip to content

QUnit interface missing from help overview #2317

Closed

Description

.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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