Skip to content

Commit

Permalink
fix: fixed type bug in Heading and Row tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencejihoonjung committed Aug 13, 2024
1 parent e82a5fd commit 5011bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/components/Heading.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("Heading", () => {
icon: "🪟",
category: "Arrays/Strings",
difficulty: "Beginner",
notesUrl: "",
};

it("should render ds prop's name", () => {
Expand Down
1 change: 1 addition & 0 deletions src/tests/components/Row.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("Row", () => {
icon: "🪟",
category: "Arrays/Strings",
difficulty: "Beginner",
notesUrl: "",
};

it("should render the correct icon, name, description, category, and difficulty", () => {
Expand Down

0 comments on commit 5011bd2

Please sign in to comment.