1
0
mirror of synced 2025-12-19 18:11:23 -05:00
Files
blitz/packages/config/jest.setup.js
Justin Hall b3814fc7c0 Standardize prettier options across all Blitz code bases (#703)
Co-authored-by: Brandon Bayer <b@bayer.ws> (meta)
2020-06-19 09:33:57 +07:00

4 lines
129 B
JavaScript

require("@testing-library/jest-dom")
global.fetch = jest.fn(() => Promise.resolve({json: () => ({result: null, error: null})}))