mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
Fix typos inside wakatime test name (#2617)
This commit is contained in:
parent
aec73d293e
commit
be0d96615d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue