Closed
Description
react-testing-library
version: 7.0.0react
version: 16.8.6
Relevant code or config:
import { createEvent } from "react-testing-library";
it("should have the createEvent export", () => {
// this fails as createEvent is undefined
expect(createEvent).toBeTruthy();
});
https://codesandbox.io/s/reacttestinglibrary-createevent-gr9ms (click on the tests tab)
Problem description:
createEvent
is not being exported