pritishvaidya/react-native-slack-emoji

View on GitHub
global-mocks.js

Summary

Maintainability
A
0 mins
Test Coverage
const fetchPolifill = require('whatwg-fetch');

global.fetch = fetchPolifill.fetch;
global.Request = fetchPolifill.Request;
global.Headers = fetchPolifill.Headers;
global.Response = fetchPolifill.Response;