Skip to content

Commit d7fdc97

Browse files
test(wrapped): add calendar to mockWrappedStats to match updated WrappedStats type
1 parent 72925d9 commit d7fdc97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/api/wrapped/route.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const mockWrappedStats: WrappedStats = {
3030
busiestMonth: '2025-11',
3131
weekendRatio: 24,
3232
topLanguage: 'TypeScript',
33+
calendar: mockCalendar,
3334
};
3435

3536
function makeRequest(params: Record<string, string> = {}): Request {

0 commit comments

Comments
 (0)