mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
fix: tests
This commit is contained in:
parent
9a87dc02a2
commit
b2aa92c53e
@ -105,7 +105,7 @@ describe("Test renderRepoCard", () => {
|
||||
expect(iconClassStyles.fill).toBe("#586069");
|
||||
expect(queryByTestId(document.body, "card-border")).toHaveAttribute(
|
||||
"fill",
|
||||
"rgba(255, 255, 255, 0)"
|
||||
"#FFFEFE"
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -68,7 +68,7 @@ describe("Test renderStatsCard", () => {
|
||||
expect(iconClassStyles.fill).toBe("#4c71f2");
|
||||
expect(queryByTestId(document.body, "card-border")).toHaveAttribute(
|
||||
"fill",
|
||||
"rgba(255, 255, 255, 0)"
|
||||
"#FFFEFE"
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user