Eric Bower
·
2025-06-06
setup.ts
1import "@testing-library/jest-dom";
2// jsdom doesn't have the fetch API which we need for Response()
3// so polyfilling it here for every file
4// see https://github.com/jsdom/jsdom/issues/1724
5import "whatwg-fetch";