Supports duration in decimal

This commit is contained in:
Valentin Valls
2022-08-24 23:50:42 +02:00
parent f7b8d1ac07
commit 3315ae8382
3 changed files with 8 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ describe('Gantt diagram', () => {
Another task :after a1, 20ms
section Another
Another another task :b1, 20, 12ms
Another another another task :after b1, 24ms
Another another another task :after b1, 0.024s
`,
{}
);