Skip to content

Commit 428e531

Browse files
authored
chore(node): Remove test.only usage in context lines (#8485)
We should prob lint against this.
1 parent db9523e commit 428e531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node/test/context-lines.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ describe('ContextLines', () => {
107107
expect(readFileSpy).toHaveBeenCalledTimes(0);
108108
});
109109
});
110-
test.only('does not attempt to readfile multiple times if it fails', async () => {
110+
111+
test('does not attempt to readfile multiple times if it fails', async () => {
111112
expect.assertions(1);
112113
contextLines = new ContextLines({});
113114

0 commit comments

Comments
 (0)