Removed problem with http requests in tests

main
Jackson Morgan 6 months ago
parent 7ad79086b7
commit d5ff6644c2
  1. 1
      packages/solid-react/jest.setup.ts

@ -1,2 +1 @@
import "@inrupt/jest-jsdom-polyfills"; import "@inrupt/jest-jsdom-polyfills";
globalThis.fetch = async () => new Response();

Loading…
Cancel
Save