()
| 18 | ); |
| 19 | |
| 20 | async function createLargeFile() { |
| 21 | // Writing buffer to a file then try to read it |
| 22 | await writeFile(fn, largeBuffer); |
| 23 | } |
| 24 | |
| 25 | async function validateReadFile() { |
| 26 | const readBuffer = await readFile(fn); |
no test coverage detected