Skip to content

Commit 67c473a

Browse files
committed
chore: update test file
1 parent 6d7f494 commit 67c473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/renderStatsCard.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const exampleUserData: User = {
3434
totalCommitContributions: 1200,
3535
restrictedContributionsCount: 130,
3636
totalPullRequestReviewContributions: 340,
37-
} as User;
37+
};
3838

3939
(exampleUserData as any).joinedAt = "2020-01-01T00:00:00Z";
4040
(exampleUserData as any).totalCommitsSinceJoined = 1500;

0 commit comments

Comments
 (0)