mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 18:45:21 +00:00
tests: fix typo inside card class proper height/width test (#3489)
This commit is contained in:
parent
3a15963a3d
commit
f26b83d6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ describe("Card", () => {
|
||||||
"200",
|
"200",
|
||||||
);
|
);
|
||||||
expect(document.getElementsByTagName("svg")[0]).toHaveAttribute(
|
expect(document.getElementsByTagName("svg")[0]).toHaveAttribute(
|
||||||
"height",
|
"width",
|
||||||
"200",
|
"200",
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue