diff --git a/test/fixtures/test-runner/timeout.js b/test/fixtures/test-runner/timeout.js index 7b758041f1cae9e..5efc6a6c22dd709 100644 --- a/test/fixtures/test-runner/timeout.js +++ b/test/fixtures/test-runner/timeout.js @@ -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); -}); \ No newline at end of file +});