Commit f1b26be
test: remove common.tmpDirName
`common.tmpDirName` is used in only one test and can be replaced with
`path.basename(common.tmpDir)`.
PR-URL: #17266
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>1 parent cc91a00 commit f1b26beCopy full SHA for f1b26be
File tree
Expand file treeCollapse file tree
3 files changed
+4
-9
lines changedOpen diff view settings
Filter options
- test
- common
- parallel
Expand file treeCollapse file tree
3 files changed
+4
-9
lines changedOpen diff view settings
Collapse file
-5Lines changed: 0 additions & 5 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
376 | 376 | |
377 | 377 | |
378 | 378 | |
379 | | - |
380 | | - |
381 | | - |
382 | | - |
383 | | - |
384 | 379 | |
385 | 380 | |
386 | 381 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
| ||
165 | 165 | |
166 | 166 | |
167 | 167 | |
168 | | - |
| 168 | + |
169 | 169 | |
170 | | - |
| 170 | + |
171 | 171 | |
172 | 172 | |
173 | 173 | |
|
Collapse file
test/parallel/test-fs-realpath.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-realpath.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | 117 | |
|
0 commit comments