Commit ad07c46
test: refactor domain tests
* Check that noop callback is or isn't invoked as appropriate using
common.mustCall() and common.mustNotCall()
* Fix typo in array literal
PR-URL: #13480
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent fe5ea3f commit ad07c46Copy full SHA for ad07c46
File tree
Expand file treeCollapse file tree
3 files changed
+6
-6
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+6
-6
lines changedOpen diff view settings
Collapse file
test/parallel/test-domain-crypto.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-crypto.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | | - |
| 44 | + |
| 45 | + |
Collapse file
test/parallel/test-domain-timers.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-timers.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
Collapse file
test/parallel/test-domain.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
259 | 259 | |
260 | 260 | |
261 | 261 | |
262 | | - |
| 262 | + |
263 | 263 | |
264 | 264 | |
265 | 265 | |
|
0 commit comments