8 lines
335 B
JavaScript
8 lines
335 B
JavaScript
import { configure } from "enzyme";
|
|
import Adapter from "enzyme-adapter-react-16";
|
|
document.body.setAttribute("data-basepath", "");
|
|
document.body.setAttribute("data-rememberme", "true");
|
|
document.body.setAttribute("data-resetpassword", "true");
|
|
document.body.setAttribute("data-theme", "light");
|
|
configure({ adapter: new Adapter() });
|