Commit b763a31
test: refactor test-child-process-exec-error
* assert.equal() -> assert.strictEqual()
* regex -> .include()
* Change variable representing a function from `fun` to idiomatic `fn`
* var -> const
PR-URL: #9780
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>1 parent 9554a97 commit b763a31Copy full SHA for b763a31
File tree
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-exec-error.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-exec-error.js+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
4 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
|
0 commit comments