sourcecred/config/jest/setupJest.js
Dandelion Mané e06b88364e
Add jest-fetch-mock as dev dependency (#528)
Also add config/jest/setupJest.js so we can configure jest-fetch-mock

Test plan: I have verified that mocked fetch works as expected in a
downstream commit.
2018-07-26 15:08:14 -07:00

4 lines
53 B
JavaScript

// @flow
global.fetch = require("jest-fetch-mock");