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
3 changed files with 30 additions and 5 deletions
+3
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', () =>