GithubHelp home page GithubHelp logo

Comments (5)

kettanaito avatar kettanaito commented on June 11, 2024

Hey, @davidtaboas. Thanks for reporting this.

Please, could you share a reproduction repository for this? It looks like you are running your code in an environment that doesn't correctly implement the global Fetch API (not sure why core-js is even needed here). I cannot help much without the way to reproduce this.

from interceptors.

davidtaboas avatar davidtaboas commented on June 11, 2024

@kettanaito ok. i will try it.

I'm using msw in a jsdom environment with jest, using undici to polyfill fetch.

from interceptors.

kettanaito avatar kettanaito commented on June 11, 2024

Take a look at the Jest+MSW usage example. It may help you spot what may be off.

Why do you need to polyfill fetch? What version of Node.js are you using? Make sure to use Node.js v18+ with MSW 2.0.

from interceptors.

davidtaboas avatar davidtaboas commented on June 11, 2024

@kettanaito I did, thanks.

But it was no help. However, I removed "core-js" import from my jest.polyfills.js and now it seems to work properly. I will double check a few more times. Meanwhile this issue can still closed.

Thanks!

from interceptors.

kettanaito avatar kettanaito commented on June 11, 2024

The issue is that Jest depends on core-js anyway. Although they are grabbing global.structuredClone, it appears it's already polyfilled by core-js at that moment of access.

https://github.com/jestjs/jest/pull/12631/files#diff-7e6b39bebf54c704e027085672211430b8241b080e103d997757bcea915d2041R102

from interceptors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.