adapt e2e tests to include new 'until' keyword in gantt chart

This commit is contained in:
Franck Zagala 2024-01-27 12:05:23 +00:00
parent fd3f1caff6
commit 9fadf621a8
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,8 @@ describe('Gantt diagram', () => {
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
Add to mermaid :adding, 1d
Thinking about adding to mermaid :after des1, until adding
section Documentation
Describe gantt syntax :active, a1, after des1, 3d
@ -88,6 +89,7 @@ describe('Gantt diagram', () => {
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d
kiwi :d, 2017-07-20, until b c
`,
{}
);