We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb85147 commit 7683023Copy full SHA for 7683023
1 file changed
components/dashboard/StatsCard.test.tsx
@@ -119,20 +119,4 @@ describe('StatsCard', () => {
119
120
expect(screen.getByTestId('icon-flame')).toBeDefined();
121
});
122
-
123
- it('renders a clean info symbol in the UTC disclaimer without mojibake text', () => {
124
- const { container } = render(
125
- <StatsCard
126
- title="Current Streak"
127
- value="12"
128
- description="Consecutive contribution days"
129
- icon="Flame"
130
- showUTCDisclaimer={true}
131
- utcDate="2026-06-01"
132
- />
133
- );
134
135
- expect(container.textContent).toContain('\u2139');
136
- expect(container.textContent).not.toContain('\u00E2\u20AC\u2039');
137
- });
138
0 commit comments