Commit 0cf78aa
test_runner: refactor
PR-URL: #54223
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>mock_loader
1 parent a5ce241 commit 0cf78aaCopy full SHA for 0cf78aa
File tree
Expand file treeCollapse file tree
3 files changed
+22
-42
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner/mock
- test/parallel
Expand file treeCollapse file tree
3 files changed
+22
-42
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/mock/loader.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/mock/loader.js+8-40Lines changed: 8 additions & 40 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | 13 | |
15 | 14 | |
16 | 15 | |
17 | 16 | |
18 | 17 | |
19 | 18 | |
20 | | - |
21 | | - |
| 19 | + |
22 | 20 | |
23 | 21 | |
24 | 22 | |
25 | | - |
26 | | - |
27 | | - |
28 | 23 | |
29 | 24 | |
30 | 25 | |
| ||
79 | 74 | |
80 | 75 | |
81 | 76 | |
82 | | - |
83 | 77 | |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
| 78 | + |
| 79 | + |
112 | 80 | |
113 | 81 | |
114 | 82 | |
115 | 83 | |
116 | 84 | |
117 | | - |
| 85 | + |
118 | 86 | |
119 | 87 | |
120 | 88 | |
121 | | - |
122 | 89 | |
123 | 90 | |
124 | 91 | |
| ||
127 | 94 | |
128 | 95 | |
129 | 96 | |
130 | | - |
131 | | - |
| 97 | + |
| 98 | + |
| 99 | + |
132 | 100 | |
133 | 101 | |
134 | 102 | |
135 | 103 | |
136 | | - |
| 104 | + |
137 | 105 | |
138 | 106 | |
139 | 107 | |
|
Collapse file
lib/internal/test_runner/mock/mock.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/mock/mock.js+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
38 | 44 | |
39 | 45 | |
40 | 46 | |
| ||
511 | 517 | |
512 | 518 | |
513 | 519 | |
514 | | - |
| 520 | + |
515 | 521 | |
516 | 522 | |
517 | 523 | |
|
Collapse file
test/parallel/test-runner-module-mocking.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-module-mocking.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
407 | 407 | |
408 | 408 | |
409 | 409 | |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
410 | 416 | |
411 | 417 | |
412 | 418 | |
|
0 commit comments