Giter Site home page Giter Site logo

Comments (5)

wheresrhys avatar wheresrhys commented on July 16, 2024

I don't see where isomorphic fetch is being required in your code. Have you pushed all your files to github?

from fetch-mock.

vyorkin avatar vyorkin commented on July 16, 2024

the isomorphic-fetch is defined globally using the webpack ProvidePlugin

from fetch-mock.

vyorkin avatar vyorkin commented on July 16, 2024

here https://github.com/vyorkin-play/fetch-mock-example/blob/master/webpack.config.js#L30. I did it this way because the readme says:

When using isomorphic-fetch or node-fetch ideally fetch should be added as a global

from fetch-mock.

wheresrhys avatar wheresrhys commented on July 16, 2024

require('isomorphic-fetch') will already add fetch as a global (https://github.com/matthew-andrews/isomorphic-fetch/blob/master/fetch-npm-browserify.js#L1), so no need for a webpack loader. To avoid having to require isomorphic-fetch in every file you could npm install whatwg-fetch (this is the polyfill isomorphic fetch is built around) then in karma.conf.js include the fetch polyfill before your tests.

I'll add some clearer usage guides to the docs sometime

from fetch-mock.

vyorkin avatar vyorkin commented on July 16, 2024

thanks @wheresrhys! got it working, btw I think I've found a typo here, as I can see it returns an object (not array) if no argument is given: https://github.com/wheresrhys/fetch-mock/blob/master/README.md#callsmatcher
https://github.com/wheresrhys/fetch-mock/blob/master/src/fetch-mock.js#L366

from fetch-mock.

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.