mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-20 18:24:16 +00:00
fix: tests
This commit is contained in:
@@ -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"
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user