mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-07-28 14:59:53 +00:00
chore: change color codes to lowercase (#198)
* chore: change color codes to lowercase * fix: tests
This commit is contained in:
@ -154,7 +154,7 @@ describe("Test renderRepoCard", () => {
|
||||
expect(iconClassStyles.fill).toBe("#586069");
|
||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||
"fill",
|
||||
"#FFFEFE"
|
||||
"#fffefe"
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -104,7 +104,7 @@ describe("Test renderStatsCard", () => {
|
||||
expect(iconClassStyles.fill).toBe("#4c71f2");
|
||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||
"fill",
|
||||
"#FFFEFE"
|
||||
"#fffefe"
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -139,7 +139,7 @@ describe("Test renderTopLanguages", () => {
|
||||
expect(langNameStyles.fill).toBe("#333");
|
||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||
"fill",
|
||||
"#FFFEFE"
|
||||
"#fffefe"
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user