mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-27 12:55:14 +00:00
e06b88364e
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.
4 lines
53 B
JavaScript
4 lines
53 B
JavaScript
// @flow
|
|
|
|
global.fetch = require("jest-fetch-mock");
|