chore: fix lint warning

This commit is contained in:
Maciej Jastrzębski
2026-06-23 12:00:55 +02:00
parent 366c1472f7
commit 197e20c5d0
-1
View File
@@ -202,7 +202,6 @@ describe('timeout errors', () => {
{
timeout: 10,
onTimeout: () => {
// eslint-disable-next-line @typescript-eslint/only-throw-error
throw 'onTimeout failed with string';
},
},