Commit ff5f20f
test: add test for fs.promises.lchmod
To increase test coverage for fs.promises by adding a test for
lchmod.
PR-URL: #20584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 44ef458 commit ff5f20fCopy full SHA for ff5f20f
File tree
Expand file treeCollapse file tree
1 file changed
+9
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+9
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-promises.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-promises.js+9-1Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | 24 | |
| ||
160 | 161 | |
161 | 162 | |
162 | 163 | |
163 | | - |
164 | 164 | |
165 | 165 | |
166 | 166 | |
167 | 167 | |
168 | 168 | |
169 | 169 | |
170 | 170 | |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
171 | 179 | |
172 | 180 | |
173 | 181 | |
|
0 commit comments