Coder Social home page Coder Social logo

Comments (11)

mustaphaturhan avatar mustaphaturhan commented on June 7, 2024 5

Looks like changing moduleNameMapper from axios to ^axios$ makes it work:

  moduleNameMapper: {
    '^axios$': 'axios/dist/node/axios.cjs',
  }

from axios-mock-adapter.

KonradFak avatar KonradFak commented on June 7, 2024 1

Facing same issue. Does anyone had that and fixed it or do I need to replace library for mocking axios?

from axios-mock-adapter.

KonradFak avatar KonradFak commented on June 7, 2024 1

I've manage to fix it in my case by bumping versions of jest and ts-jest. My current versions are:

  • axios 1.5.0
  • axios-mock-adapter 1.21.5
  • jest 29.7.0
  • ts-jest 29.1.1

Thanks @marcbachmann for pointing out the right direction 😄

from axios-mock-adapter.

Shub1nk avatar Shub1nk commented on June 7, 2024 1

I created test repo with example https://github.com/Shub1nk/test-jest-and-axios-mock-adapter

I use jest@29, [email protected] and [email protected] and it work. But if I enable these options in jest's config, I will get error that mock.onGet is not function (mock -> Promise) again.

// ATTENTION: Test with axios mock fails if I enable these options
transformIgnorePatterns: ['/node_modules/(?!axios)'],
moduleNameMapper: {
axios: '<rootDir>/node_modules/axios/dist/node/axios.cjs',
 },

from axios-mock-adapter.

Shub1nk avatar Shub1nk commented on June 7, 2024

I found out when I run mock in Storybook then all work. I made example with mocking inside this library and this example work too.

But, when I run Jest when I use axios-mock-adapter inside tests then new MockAdapter begin to return Promise and I get error mock.onGet is not a function.

I don't understand what is going on.

from axios-mock-adapter.

marcbachmann avatar marcbachmann commented on June 7, 2024

Must be Jest specific. I have axios 1.5 working with axios-mock-adapter

from axios-mock-adapter.

Shub1nk avatar Shub1nk commented on June 7, 2024

@marcbachmann Can you share your Jest config?

I have next settings in Jest for axios:

transformIgnorePatterns: ['/node_modules/(?!axios)'],
    moduleNameMapper: {
        axios: '<rootDir>/node_modules/axios/dist/node/axios.cjs',
    },

People from other releases write that jest, axios and axios-mock-adapter work for them with these settings. For some reason it doesn't work for me

from axios-mock-adapter.

marcbachmann avatar marcbachmann commented on June 7, 2024

sorry, not using jest. that's why it must be jest specific 😅

from axios-mock-adapter.

Shub1nk avatar Shub1nk commented on June 7, 2024

it works with axios 0.27.2. When I was updated axios to 1.5 it broke

from axios-mock-adapter.

richenyadav001 avatar richenyadav001 commented on June 7, 2024

Multiple libraries are affected due to axios, I tried with msw, nock and this one none of them is working properly [email protected]

from axios-mock-adapter.

scosc avatar scosc commented on June 7, 2024

Same issue with [email protected]

from axios-mock-adapter.

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.