repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

starfx / examples / tests-rtl / tests
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";