Skip to content

Commit d9389a4

Browse files
fix(test): add missing codingHabit to mockData in page.test.tsx
1 parent d2cf0d6 commit d9389a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/(root)/dashboard/[username]/page.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ describe('DashboardPage', () => {
9393
currentStreak: 5,
9494
peakStreak: 15,
9595
totalContributions: 500,
96+
codingHabit: 'Night Owl',
9697
},
9798
languages: [{ name: 'TypeScript', percentage: 100, color: '#3178c6' }],
9899
activity: [],

0 commit comments

Comments
 (0)