Fixes 1731, compare URLs case-insensitive (#1980)

This commit is contained in:
Eric Bailey 2023-11-22 17:20:35 -06:00 committed by GitHub
parent ec819f06ce
commit edf3114e47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 5 deletions

View file

@ -2,6 +2,9 @@
import {configure} from '@testing-library/react-native'
import 'react-native-gesture-handler/jestSetup'
// IMPORTANT: this is what's used in the native runtime
import 'react-native-url-polyfill/auto'
configure({asyncUtilTimeout: 20000})
jest.mock('@react-native-async-storage/async-storage', () =>