diff --git a/src/App.test.js b/src/App.test.js index e90d3bf..83719a1 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,14 +1,9 @@ import React from "react"; -import { TestContext } from "ra-test"; import { shallow } from "enzyme"; import App from "./App"; describe("App", () => { it("renders", () => { - shallow( - - - - ); + shallow(); }); });