Skip to content

Commit

Permalink
Remove unused act.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed May 4, 2020
1 parent 8ad6d63 commit 33f913f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { act } from "react-dom/test-utils";
import { MemoryRouter } from "react-router-dom";
import { mount } from "enzyme";
import { Provider } from "react-redux";
Expand Down Expand Up @@ -106,7 +105,6 @@ describe("ActionFormWrapper", () => {
</Provider>,
{ context: store }
);
// act(() => wrapper.find("CommissionForm").props().setProcessing(true));
expect(wrapper.find("[data-test='machine-action-warning']").exists()).toBe(
false
);
Expand Down

0 comments on commit 33f913f

Please sign in to comment.