Back to Qunit

QUnit.config.moduleId

docs/api/config/moduleId.md

2.26.0651 B
Original Source

In the HTML Reporter, select one or more modules to run by their internal ID.

<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](../../intro.md#in-the-browser) 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: