Skip to content

Commit 41b8cc6

Browse files
committed
Import the right package
1 parent 749ba8d commit 41b8cc6

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/react_typescript

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/react_typescript/testing.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import SignInForm from "./SignInForm";
4343
import React from "react";
4444
import { lazy, freshFn } from "jest-zest";
4545
import { render } from "@testing-library/react";
46-
import user from "@testing-library/react";
46+
import user from "@testing-library/user-event";
4747

4848
const onSignIn = freshFn();
4949
const { getByRole } = lazy(() => render(

0 commit comments

Comments
 (0)