tests: fix typo inside card class proper height/width test (#3489)

This commit is contained in:
Alexandr Garbuzov 2023-11-20 10:57:29 +02:00 committed by GitHub
parent 3a15963a3d
commit f26b83d6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ describe("Card", () => {
"200", "200",
); );
expect(document.getElementsByTagName("svg")[0]).toHaveAttribute( expect(document.getElementsByTagName("svg")[0]).toHaveAttribute(
"height", "width",
"200", "200",
); );
}); });