// add the following to avoid axios cross origin issues when in test axios.defaults.adapter = require('axios/lib/adapters/http')
{ // jest config: // ... testEnvironment: 'node' // ... }