We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749ba8d commit 41b8cc6Copy full SHA for 41b8cc6
apps/components_guide_web/lib/components_guide_web/templates/react_typescript/testing.html.md
@@ -43,7 +43,7 @@ import SignInForm from "./SignInForm";
43
import React from "react";
44
import { lazy, freshFn } from "jest-zest";
45
import { render } from "@testing-library/react";
46
-import user from "@testing-library/react";
+import user from "@testing-library/user-event";
47
48
const onSignIn = freshFn();
49
const { getByRole } = lazy(() => render(
0 commit comments