https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 322b753ec844aae8fdcc8a5fae537591c9ce2126 authored by Nicolas Thouvenin on 29 January 2019, 20:22:40 UTC
9.4.6
Tip revision: 322b753
setupTest.js
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';

Enzyme.configure({ adapter: new Adapter() });

global.API_URL = 'http://api';
global.ISTEX_API_URL = 'https://api.istex.fr';
back to top