Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 06:54
Show Gist options
  • Save qkreltms/f1a24a2b3533973a6846ecbe1e824b15 to your computer and use it in GitHub Desktop.
Save qkreltms/f1a24a2b3533973a6846ecbe1e824b15 to your computer and use it in GitHub Desktop.
axios.defaults.adapter = require('axios/lib/adapters/xhr')

mock.onPost("http://localhost:3333/").reply(function (config) {
  return { message: 'test' }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment