diff --git a/packages/node/test/context-lines.test.ts b/packages/node/test/context-lines.test.ts index b469796214b1..cfdd44e8b840 100644 --- a/packages/node/test/context-lines.test.ts +++ b/packages/node/test/context-lines.test.ts @@ -107,7 +107,8 @@ describe('ContextLines', () => { expect(readFileSpy).toHaveBeenCalledTimes(0); }); }); - test.only('does not attempt to readfile multiple times if it fails', async () => { + + test('does not attempt to readfile multiple times if it fails', async () => { expect.assertions(1); contextLines = new ContextLines({});