()
| 23 | } |
| 24 | |
| 25 | async function validateReadFile() { |
| 26 | const readBuffer = await readFile(fn); |
| 27 | assert.strictEqual(readBuffer.equals(largeBuffer), true); |
| 28 | } |
| 29 | |
| 30 | async function validateReadFileProc() { |
| 31 | // Test to make sure reading a file under the /proc directory works. Adapted |
no test coverage detected