Commit ecf714e
test_runner: reset count on watch mode
PR-URL: #46577
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 345c8c3 commit ecf714eCopy full SHA for ecf714e
File tree
Expand file treeCollapse file tree
3 files changed
+22
-5
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
- test
- fixtures/test-runner
- parallel
Expand file treeCollapse file tree
3 files changed
+22
-5
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/runner.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/runner.js+13-1Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | 11 | |
| 12 | + |
11 | 13 | |
12 | 14 | |
13 | 15 | |
| ||
325 | 327 | |
326 | 328 | |
327 | 329 | |
328 | | - |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
329 | 341 | |
330 | 342 | |
331 | 343 | |
|
Collapse file
test/fixtures/test-runner/dependent.js
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
| 5 | + |
Collapse file
test/parallel/test-runner-watch-mode.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-runner-watch-mode.mjs+7-4Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | | - |
17 | | - |
| 17 | + |
| 18 | + |
| 19 | + |
18 | 20 | |
19 | 21 | |
20 | 22 | |
21 | | - |
| 23 | + |
22 | 24 | |
| 25 | + |
23 | 26 | |
24 | 27 | |
25 | 28 | |
26 | 29 | |
27 | 30 | |
28 | 31 | |
29 | | - |
| 32 | + |
30 | 33 | |
31 | 34 | |
32 | 35 | |
|
0 commit comments