()
| 226 | |
| 227 | { |
| 228 | async function openTest() { |
| 229 | const fd = await fsPromises.open(__filename, 'r'); |
| 230 | testInitialized(fd, 'FileHandle'); |
| 231 | await fd.close(); |
| 232 | } |
| 233 | openTest().then(common.mustCall()); |
| 234 | } |
| 235 |
no test coverage detected
searching dependent graphs…