Skip to content

Commit

Permalink
Add new card type to paramterised tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Corner committed Oct 17, 2023
1 parent 6919187 commit bfcfc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Status/StatusCard/StatusCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("StatusCard", () => {
expect(nameElement).toBeInTheDocument();
});

test.each(["passed", "failed", "not-run", "pending"] as const)(
test.each(["passed", "failed", "not-run", "pending", "no-metrics"] as const)(
"renders correct icon for %s",
status => {
// render component
Expand Down

0 comments on commit bfcfc1c

Please sign in to comment.