Commit fb98fa4
test_runner: refactor Promise chain in run()
This commit refactors the chain of functions in run() to use an
async function instead of creating an awkward primordial-based
Promise chain.
PR-URL: #55958
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>1 parent 18c9496 commit fb98fa4Copy full SHA for fb98fa4
File tree
Expand file treeCollapse file tree
1 file changed
+10
-3
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
Expand file treeCollapse file tree
1 file changed
+10
-3
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+10-3Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
21 | 20 | |
22 | 21 | |
23 | 22 | |
| ||
798 | 797 | |
799 | 798 | |
800 | 799 | |
801 | | - |
802 | | - |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
| 804 | + |
| 805 | + |
| 806 | + |
| 807 | + |
| 808 | + |
803 | 809 | |
| 810 | + |
804 | 811 | |
805 | 812 | |
806 | 813 | |
|
0 commit comments