Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

https://send.firefox.com/download/2a30af40b5/#KS_0oSm3wKbsDJJLwStC4Q
@tux4
tux4 / axios-test.js
Last active September 22, 2022 12:43
Jest mock for axios.js
/* Jest test of axios XHR calls */
describe('axios', function() {
var axios;
beforeEach(function() {
axios = require('axios');
});
pit('successful mock HTTP request', function() {
var reqP = axios