Commit 185b9e4
test: apply promises API to third appendFile test
Add tests for `fs.promises.appendFile()` to the third (of five) test
case in `test-fs-access`. (First and second 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 cbdc1fd commit 185b9e4Copy full SHA for 185b9e4
File tree
Expand file treeCollapse file tree
1 file changed
+28
-15
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+28
-15
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+28-15Lines changed: 28 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
100 | 100 | |
101 | 101 | |
102 | 102 | |
103 | | - |
104 | | - |
105 | | - |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
106 | 107 | |
107 | | - |
| 108 | + |
108 | 109 | |
109 | | - |
110 | | - |
| 110 | + |
| 111 | + |
111 | 112 | |
112 | | - |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
113 | 119 | |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
120 | 134 | |
121 | 135 | |
122 | 136 | |
| ||
177 | 191 | |
178 | 192 | |
179 | 193 | |
180 | | - |
| 194 | + |
181 | 195 | |
182 | | - |
183 | 196 | |
184 | 197 | |
185 | 198 | |
0 commit comments