mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
chore: fix lint warning
This commit is contained in:
@@ -202,7 +202,6 @@ describe('timeout errors', () => {
|
||||
{
|
||||
timeout: 10,
|
||||
onTimeout: () => {
|
||||
// eslint-disable-next-line @typescript-eslint/only-throw-error
|
||||
throw 'onTimeout failed with string';
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user