mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
Fix spelling
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user