Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix flaky test-worker-message-port-transfer-filehandle test
  • Loading branch information
himself65 committed Jul 22, 2025
commit 9b9369cadca6a1a8e0fd08b63faf7d8c3bca033e
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const { once } = require('events');
});

assert.deepStrictEqual(await readPromise, await fs.readFile(__filename));
await fh.close();
})().then(common.mustCall());

(async function() {
Expand Down
Loading