Skip to content

Commit

Permalink
Docs: Clarify phrasing in QUnit.module() example
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Oct 13, 2023
1 parent daf3f57 commit 2188745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUnit/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Example: [§ Nested module scope](#nested-module-scope).

### Organizing your tests

If `QUnit.module` is defined without a `nested` callback argument, all subsequently defined tests will be grouped into the module until another module is defined.
If `QUnit.module` is called without a `nested` callback argument, all subsequently defined tests will be grouped into that module until another module is defined.

```js
QUnit.module('Group A');
Expand Down

0 comments on commit 2188745

Please sign in to comment.