Commit 4efdbaf
test: refactor test-child-process-ipc
Change var to const or let.
Change assert.equal() to assert.strictEqual().
PR-URL: #9990
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>1 parent dbfec29 commit 4efdbafCopy full SHA for 4efdbaf
File tree
Expand file treeCollapse file tree
1 file changed
+10
-9
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+10
-9
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-ipc.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-ipc.js+10-9Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
4 | 2 | |
5 | | - |
| 3 | + |
| 4 | + |
6 | 5 | |
7 | | - |
| 6 | + |
8 | 7 | |
9 | | - |
| 8 | + |
10 | 9 | |
11 | | - |
12 | | - |
| 10 | + |
13 | 11 | |
14 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
| ||
23 | 24 | |
24 | 25 | |
25 | 26 | |
26 | | - |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
|
0 commit comments