Commit aa9dbf6
test: apply promises API to fourth appendFile test
Add tests for `fs.promises.appendFile()` to the fourth (of five) test
case in `test-fs-access`. (The previous test cases already have
promises API versions.)
PR-URL: #21131
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>1 parent 185b9e4 commit aa9dbf6Copy full SHA for aa9dbf6
File tree
Expand file treeCollapse file tree
1 file changed
+42
-21
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+42
-21
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-append-file.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-append-file.js+42-21Lines changed: 42 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
132 | 132 | |
133 | 133 | |
134 | 134 | |
135 | | - |
136 | | - |
137 | | - |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
138 | 139 | |
139 | | - |
140 | | - |
141 | | - |
| 140 | + |
| 141 | + |
| 142 | + |
142 | 143 | |
143 | | - |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
144 | 149 | |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
150 | 157 | |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
158 | 180 | |
159 | 181 | |
160 | 182 | |
| ||
191 | 213 | |
192 | 214 | |
193 | 215 | |
194 | | - |
| 216 | + |
195 | 217 | |
196 | | - |
197 | 218 | |
198 | 219 | |
0 commit comments