sourcecred/config/jest/setupJest.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
136 B
JavaScript
Raw Normal View History

// @flow
// Set up the environment before we include any other modules.
require("../env");
global.fetch = require("jest-fetch-mock");