Commit 18fffe6
test: convert then to async/await
PR-URL: #43292
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 201f3d7 commit 18fffe6Copy full SHA for 18fffe6
File tree
Expand file treeCollapse file tree
2 files changed
+35
-37
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+35
-37
lines changedOpen diff view settings
Collapse file
test/parallel/test-debugger-address.js
Copy file name to clipboardExpand all lines: test/parallel/test-debugger-address.js+13-12Lines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
57 | | - |
| 56 | + |
| 57 | + |
| 58 | + |
58 | 59 | |
59 | 60 | |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
66 | 65 | |
67 | 66 | |
68 | 67 | |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
73 | 74 | |
Collapse file
test/parallel/test-debugger-extract-function-name.js
Copy file name to clipboardExpand all lines: test/parallel/test-debugger-extract-function-name.js+22-25Lines changed: 22 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
0 commit comments