Mocking Axios in Jest when not using shortcut methods?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • mock-requests

    The first fetch/XMLHttpRequest network-mocking library that's actually user-friendly

  • The companies I worked at were using mock-requests to help them with this and it greatly simplified their testing environment. A single call in a test-setup file meant all network calls for all flows were suddenly mocked and accessible for both unit testing and development when servers were down. I'd highly recommend checking it out!

  • msw

    Seamless REST/GraphQL API mocking library for browser and Node.js.

  • I use msw at work. Can be used for testing and development. Utilizes service workers (if you're using it for development) and node interceptors (for testing). Can be used with both graphql and rest. Definitely check them out.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What direction can I take to mocking a data structure that is relational on the front-end while I wait for backend endpoints to be created?

    2 projects | /r/Frontend | 9 Dec 2023
  • What direction can I take to mock a (relational?) data-structure on the front-end while I wait for backend endpoints to be created?

    2 projects | /r/webdev | 9 Dec 2023
  • Mocking API responses during development.

    2 projects | /r/webdev | 15 Mar 2023
  • [AskJS] Can we talk about Stubs, Spies and Mocks in JavaScript and what a mess they are?

    4 projects | /r/javascript | 30 Jan 2023
  • Mock Service Worker is awesome

    2 projects | dev.to | 24 Aug 2022