Fixes 1731, compare URLs case-insensitive (#1980)
This commit is contained in:
parent
ec819f06ce
commit
edf3114e47
3 changed files with 30 additions and 5 deletions
|
@ -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', () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue