Back to Qunit

QUnit.config.moduleId

docs/api/config/moduleId.md

2.25.0665 B
Original Source

Used by the HTML Reporter, this selects one or more modules by their internal ID to run exclusively.

<table> <tr> <th>type</th> <td markdown="span">`array` or `undefined`</td> </tr> <tr> <th>default</th> <td markdown="span">`undefined`</td> </tr> </table> <p class="note" markdown="1">

This option can be controlled via the HTML Reporter interface.

</p>

Specify modules by their internally hashed identifier for a given module. You can specify one or multiple modules to run. This option powers the multi-select dropdown menu in the HTML Reporter.

See also: