You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ http://github.com/jquery/qunit
27
27
#### The only exception
28
28
29
29
// Separate tests into modules.
30
-
// Use `QUnit` namespace, because `module` is reserved
30
+
// Use `QUnit` namespace, because `module` is reserved for node.
31
31
QUnit.module(name, lifecycle)
32
32
33
33
### Usage
@@ -239,4 +239,4 @@ Some tests examples
239
239
240
240
### Coverage
241
241
242
-
Code coverage via Istanbul. To utilize, install `istanbul` and set `coverage: true`. Coverage calculations based on code and tests passed to `node-qunit`.
242
+
Code coverage via Istanbul. To utilize, install `istanbul` and set option `coverage: true` or pass `--cov` parameter in the shell. Coverage calculations based on code and tests passed to `node-qunit`.
0 commit comments