Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 1.06 KB

module.md

File metadata and controls

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

Select a single test module to run by name.

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

This option can also be set by URL query parameter.

When specified, only a single module will be run if its name is a complete case-insensitive match. 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).