Commit 04eb1f8
File tree
Expand file treeCollapse file tree
7 files changed
+69
-4
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
- test
- fixtures/test-runner/output
- parallel
Expand file treeCollapse file tree
7 files changed
+69
-4
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/harness.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/harness.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
177 | 177 | |
178 | 178 | |
179 | 179 | |
| 180 | + |
180 | 181 | |
181 | 182 | |
182 | 183 | |
|
Collapse file
lib/internal/test_runner/runner.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/runner.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
351 | 351 | |
352 | 352 | |
353 | 353 | |
| 354 | + |
| 355 | + |
| 356 | + |
354 | 357 | |
355 | 358 | |
356 | 359 | |
|
Collapse file
lib/internal/test_runner/utils.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/utils.js+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
| ||
116 | 116 | |
117 | 117 | |
118 | 118 | |
119 | | - |
| 119 | + |
120 | 120 | |
121 | 121 | |
| 122 | + |
122 | 123 | |
123 | 124 | |
124 | 125 | |
| ||
155 | 156 | |
156 | 157 | |
157 | 158 | |
158 | | - |
| 159 | + |
159 | 160 | |
160 | 161 | |
161 | 162 | |
|
Collapse file
test/fixtures/test-runner/output/arbitrary-output-colored-1.js
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
test/fixtures/test-runner/output/arbitrary-output-colored.js
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Collapse file
test/fixtures/test-runner/output/arbitrary-output-colored.snapshot
Copy file name to clipboard+32Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
Collapse file
test/parallel/test-runner-output.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-runner-output.mjs+11-1Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
6 | 10 | |
7 | 11 | |
8 | 12 | |
| ||
46 | 50 | |
47 | 51 | |
48 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
49 | 57 | |
50 | | - |
| 58 | + |
| 59 | + |
| 60 | + |
51 | 61 | |
52 | 62 | |
53 | 63 | |
|
0 commit comments