Skip to content

Commit

Permalink
test(pie): remove unnecessary unnecessary basic test cases (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Yokozuna59 <u.yokozuna@gmail.com>
  • Loading branch information
Yokozuna59 authored May 19, 2023
1 parent 2a0ec2b commit 0f55d92
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions packages/mermaid-parser/tests/pie/syntax.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ describe('valid pie chart codes', async () => {

// pie
it.each([
// without newlines
// without whitespaces
`pie`,

// extra newline after
`pie
`,

// extra newline before
`
pie`,

// extra newlines
// with extra whitespaces
`
pie
Expand All @@ -53,18 +45,10 @@ describe('valid pie chart codes', async () => {

// pie + showData
it.each([
// without newlines
// without whitespaces
`pie showData`,

// extra newline after
`pie showData
`,

// extra newline before
`
pie showData`,

// extra newlines
// with extra whitespaces
`
pie showData
Expand Down

0 comments on commit 0f55d92

Please sign in to comment.