Skip to content

Commit

Permalink
chore: added test for button (WEB-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaow91 committed Mar 10, 2024
1 parent 266ac05 commit 3b010e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/button/button.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { render, screen, fireEvent } from "@testing-library/react";
import Button from "./Button";
import styles from "./button.module.css";

test("renders correct text", () => {
render(<Button buttonText="Click me" />);
Expand Down

0 comments on commit 3b010e8

Please sign in to comment.