mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-01-30 14:08:14 +08:00
Fix typos inside wakatime test name (#2617)
This commit is contained in:
parent
aec73d293e
commit
be0d96615d
@ -55,7 +55,7 @@ describe("Test Render Wakatime Card", () => {
|
||||
expect(document.querySelector("rect")).toHaveAttribute("rx", "4.5");
|
||||
});
|
||||
|
||||
it('should show "no coding activitiy this week" message when there hasn not been activity', () => {
|
||||
it('should show "no coding activity this week" message when there has not been activity', () => {
|
||||
document.body.innerHTML = renderWakatimeCard(
|
||||
{
|
||||
...wakaTimeData.data,
|
||||
|
Loading…
Reference in New Issue
Block a user