Fix spelling

This commit is contained in:
Sidharth Vinod
2024-03-06 14:16:32 +05:30
parent 3340608689
commit 1659ace65d

View File

@@ -120,7 +120,7 @@ describe('pie', () => {
\t"GitHub" \t : \t 100 \t"GitHub" \t : \t 100
\t"GitLab" \t : \t 50 \t"GitLab" \t : \t 50
`, `,
])('should handle regular secions', (context: string) => { ])('should handle regular sections', (context: string) => {
const result = parse(context); const result = parse(context);
expectNoErrorsOrAlternatives(result); expectNoErrorsOrAlternatives(result);
expect(result.value.$type).toBe(Pie); expect(result.value.$type).toBe(Pie);