Closed Yuhhang closed 4 years ago
Jest fails when using RestfulProvider.
My jest config is default using create-react-app. To Reproduce test code:
import React from "react"; import { render } from "@testing-library/react"; import App from "../App"; it("renders index", () => { const { getByText } = render(<App />); expect(getByText("index")).toBeInTheDocument(); });
Screenshots
This is actually the same issue as #201. Let's continue the discussion there.
Jest fails when using RestfulProvider.
My jest config is default using create-react-app. To Reproduce test code:
Screenshots