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 e4aa0df commit 1f379d7Copy full SHA for 1f379d7
__tests__/components/cards/User.test.tsx
@@ -51,7 +51,7 @@ describe("User card component", () => {
51
expect(screen.getByTestId("tag")).toBeInTheDocument();
52
});
53
54
- test("Calls onClock prop when clicked", () => {
+ test("Calls onClick prop when clicked", () => {
55
fireEvent.click(screen.getByTestId("userId"));
56
expect(handleClick).toHaveBeenCalled();
57
0 commit comments