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.
common.mustCall()
1 parent c431fc5 commit d462d2cCopy full SHA for d462d2c
test/parallel/test-fs-promises-file-handle-sync.js
@@ -24,4 +24,4 @@ async function validateSync() {
24
assert.deepStrictEqual(ret.buffer, buf);
25
}
26
27
-validateSync().then(common.mustCall());
+validateSync();
0 commit comments