2021-01-02 10:58:24 +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-11-16 09:58:29 +00:00
|
|
|
document.body.setAttribute("data-rememberme", "true");
|
|
|
|
document.body.setAttribute("data-resetpassword", "true");
|
2021-01-20 12:07:40 +00:00
|
|
|
document.body.setAttribute("data-theme", "light");
|
2019-11-24 19:01:58 +00:00
|
|
|
configure({ adapter: new Adapter() });
|