Skip to content

Commit

Permalink
Update test/fixtures/test-runner/timeout.js
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Atlow <[email protected]>
  • Loading branch information
shubham9411 and MoLow authored Oct 29, 2023
1 parent c9f60fe commit 9e09409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/test-runner/timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ test('should support timeout', async () => {
stream.on('test:pass', common.mustNotCall());
// eslint-disable-next-line no-unused-vars
for await (const _ of stream);
});
});

0 comments on commit 9e09409

Please sign in to comment.