2019-11-24 19:01:58 +00:00
|
|
|
import { configure } from 'enzyme';
|
|
|
|
import Adapter from 'enzyme-adapter-react-16';
|
2020-05-21 02:20:55 +00:00
|
|
|
document.body.setAttribute("data-basepath", "");
|
2020-06-21 13:40:37 +00:00
|
|
|
document.body.setAttribute("data-rememberme", "false");
|
|
|
|
document.body.setAttribute("data-disable-resetpassword", "false");
|
2019-11-24 19:01:58 +00:00
|
|
|
configure({ adapter: new Adapter() });
|