mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-11-21 01:16:23 +08:00
tests: fix typo inside card class proper height/width test (#3489)
This commit is contained in:
parent
3a15963a3d
commit
f26b83d6cd
@ -89,7 +89,7 @@ describe("Card", () => {
|
||||
"200",
|
||||
);
|
||||
expect(document.getElementsByTagName("svg")[0]).toHaveAttribute(
|
||||
"height",
|
||||
"width",
|
||||
"200",
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user