We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9345cf commit e71cb6cCopy full SHA for e71cb6c
test/parallel/test-fs-promises-file-handle-read.js
@@ -68,11 +68,9 @@ async function validateReadNoParams() {
68
await fileHandle.read();
69
}
70
71
-/**
72
- * Validates that the zero position is respected after the position has been
73
- * moved. The test iterates over the xyz chars twice making sure that the values
74
- * are read from the correct position.
75
- */
+// Validates that the zero position is respected after the position has been
+// moved. The test iterates over the xyz chars twice making sure that the values
+// are read from the correct position.
76
async function validateReadWithPositionZero() {
77
const opts = { useConf: true };
78
const filePath = fixtures.path('x.txt');
0 commit comments