sourcecred/config/jest/setupJest.js

7 lines
136 B
JavaScript

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