mirror of
https://github.com/RamonGebben/mergify.git
synced 2026-03-10 08:51:18 +00:00
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
const fetch = require('jest-fetch-mock');
|
|
|
|
jest.setMock('node-fetch', fetch);
|