mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-20 00:08:10 +00:00
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");
|