fix: handle apostrophes for names ending in x (#4343)
* fix: handle apostrophes for names ending in x * review --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
co-authored by
Alexandr
parent
b0b14091e7
commit
ea6ef1124d
@@ -71,7 +71,7 @@ describe("Test renderStatsCard", () => {
|
||||
document.body.innerHTML = renderStatsCard({ ...stats, name: "Felix" });
|
||||
|
||||
expect(document.getElementsByClassName("header")[0].textContent).toBe(
|
||||
"Felix' GitHub Stats",
|
||||
"Felix's GitHub Stats",
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user