axios Cross origin http://localhost forbidden

JavaScript
// add the following to avoid axios cross origin issues when in test
axios.defaults.adapter = require('axios/lib/adapters/http')
Source

Also in JavaScript: