Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.11 KB

File metadata and controls

38 lines (30 loc) · 1.11 KB
layout page-api
title QUnit.config.module
excerpt Select a single test module to run.
groups
config
redirect_from
/config/module/
version_added 1.8.0

Select a single test module to run by name. The module name must be a complete but case-insensitive match.

type `string` or `undefined`
default `undefined`

This option can also be set by URL query parameter.

When specified, only the tests (and nested modules) under the selected module will run. If no module name matches, then no tests will be run.

This option is undefined by default, which means all loaded test modules will be run.

See also:

Changelog

| QUnit 1.23 | The public config property was restored. | QUnit 1.16 | The public config property was removed (the URL query parameter was unaffected).