feat: Include more events in document history sidebar (#2334)
closes #2230
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
import localStorage from '../../__mocks__/localStorage';
|
||||
import Enzyme from "enzyme";
|
||||
import Adapter from "enzyme-adapter-react-16";
|
||||
import { initI18n } from "shared/i18n";
|
||||
|
||||
initI18n();
|
||||
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user