fixed failing tests and added helper for tests with i18n

This commit is contained in:
Sebastian Sdorra
2018-07-24 16:13:48 +02:00
parent fd01cb0573
commit 980bd5b98c
4 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import React from "react";
import { mount, shallow } from "enzyme";
import "../../tests/enzyme";
import "../../tests/i18n";
import DeleteUserButton from "./DeleteUserButton";
import { confirmAlert } from "../../components/ConfirmAlert";