/ jest_config / setupJest.js
setupJest.js
1  'use strict';
2  require('isomorphic-fetch');
3  window.BASE_API = 'http://localhost:4000/api/v1';