Skip to content

Commit 197e20c

Browse files
committed
chore: fix lint warning
1 parent 366c147 commit 197e20c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/__tests__/wait-for.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ describe('timeout errors', () => {
202202
{
203203
timeout: 10,
204204
onTimeout: () => {
205-
// eslint-disable-next-line @typescript-eslint/only-throw-error
206205
throw 'onTimeout failed with string';
207206
},
208207
},

0 commit comments

Comments
 (0)