Commit 610727d
test: clarify role of domains in test
Add a comment to clarify how the tests work and their purpose.
Also removes unnecessary assignment of domain module to a variable.
PR-URL: #4474
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Julien Gilli <jgilli@fastmail.fm>1 parent 0ceb314 commit 610727dCopy full SHA for 610727d
File tree
Expand file treeCollapse file tree
3 files changed
+21
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+21
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-microtask-queue-integration-domain.js
Copy file name to clipboardExpand all lines: test/parallel/test-microtask-queue-integration-domain.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
5 | 11 | |
6 | 12 | |
7 | 13 | |
|
Collapse file
test/parallel/test-microtask-queue-run-domain.js
Copy file name to clipboardExpand all lines: test/parallel/test-microtask-queue-run-domain.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
5 | 11 | |
6 | 12 | |
7 | 13 | |
|
Collapse file
test/parallel/test-microtask-queue-run-immediate-domain.js
Copy file name to clipboardExpand all lines: test/parallel/test-microtask-queue-run-immediate-domain.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
5 | 11 | |
6 | 12 | |
7 | 13 | |
|
0 commit comments