Commit 3273707
test: fix tests when Amaro is unavailable
Fix two tests that fail when `node` is configured `--without-amaro`.
PR-URL: #55320
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 34ca36a commit 3273707Copy full SHA for 3273707
File tree
Expand file treeCollapse file tree
2 files changed
+17
-12
lines changedOpen diff view settings
Filter options
- test
- es-module
- parallel
Expand file treeCollapse file tree
2 files changed
+17
-12
lines changedOpen diff view settings
Collapse file
test/es-module/test-esm-loader-entry-url.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-loader-entry-url.mjs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
Collapse file
test/parallel/test-runner-cli.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-cli.js+16-11Lines changed: 16 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
81 | 86 | |
82 | 87 | |
83 | 88 | |
|
0 commit comments