Commit f7886ab
test: avoid empty fixture in module test
Refactor test-module-loading to use tmpdir for its empty directory
rather than using a not-actually-empty directory called "empty" in
fixtures.
PR-URL: #21044
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent c74c83a commit f7886abCopy full SHA for f7886ab
File tree
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Filter options
- test/sequential
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Collapse file
test/sequential/test-module-loading.js
Copy file name to clipboardExpand all lines: test/sequential/test-module-loading.js+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
24 | 26 | |
25 | | - |
26 | 27 | |
| 28 | + |
27 | 29 | |
28 | 30 | |
29 | 31 | |
| ||
168 | 170 | |
169 | 171 | |
170 | 172 | |
171 | | - |
| 173 | + |
| 174 | + |
172 | 175 | |
173 | | - |
| 176 | + |
174 | 177 | |
175 | 178 | |
176 | 179 | |
| ||
284 | 287 | |
285 | 288 | |
286 | 289 | |
287 | | - |
288 | 290 | |
289 | 291 | |
290 | 292 | |
|
0 commit comments