Skip to content

Commit f66c5f9

Browse files
test: add calendar field to WrappedStats mocks in remaining test files
1 parent d7fdc97 commit f66c5f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/dashboard/GithubWrapped.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const mockProfile: UserProfile = {
3131
};
3232

3333
const mockWrappedData: WrappedStats = {
34+
calendar: { totalContributions: 1200, weeks: [] },
3435
totalContributions: 1200,
3536
topLanguage: 'TypeScript',
3637
highestDailyCount: 25,

0 commit comments

Comments
 (0)