UNPKG

react-native-url-polyfill

Version:

A lightweight and trustworthy URL polyfill for React Native

10 lines (7 loc) 258 B
describe('Auto', function () { it('should import polyfills and apply them automatically', () => { expect(global.REACT_NATIVE_URL_POLYFILL).toBeUndefined(); require('../auto'); expect(global.REACT_NATIVE_URL_POLYFILL).toBeDefined(); }); });