Skip to content

Commit

Permalink
chore: change to trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
sohammondal committed Sep 9, 2024
1 parent 90466ab commit ae8e24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Accordion/Accordion.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Accordion } from "./Accordion";

describe("Accordion", () => {
it("should toggle content when clicked", async () => {
const title = "Section 1";
const content = "This is the content for section 1.";
const title = "Accordion Title";
const content = "This is the content for Accordion";

render(<Accordion title={title}>{content}</Accordion>);

Expand Down

0 comments on commit ae8e24f

Please sign in to comment.