fix(tests): remove unused import

This commit is contained in:
Łukasz Mierzwa
2021-02-28 13:27:04 +00:00
committed by Łukasz Mierzwa
parent 88d7d81982
commit 3f1e3e420b

View File

@@ -1,7 +1,5 @@
import React from "react";
import { act } from "react-dom/test-utils";
import { mount } from "enzyme";
import toDiffableHtml from "diffable-html";