test(gantt): remove incorrect comment

This comment seems to have been accidentally added 7 years ago
in 6f96b5dd14
This commit is contained in:
Alois Klink 2022-10-16 09:55:42 +01:00
parent 1f642ca9b6
commit 720849a55e
No known key found for this signature in database
GPG Key ID: 4482AA96E51ADF71
1 changed files with 0 additions and 11 deletions

View File

@ -65,17 +65,6 @@ describe('when parsing a gantt diagram it', function () {
expect(parserFnConstructor(str)).not.toThrow();
});
/**
* Beslutsflöde inligt nedan. Obs bla bla bla
*
* graph TD
* A[Hard pledge] -- text on link -->B(Round edge)
* B --> C{to do or not to do}
* C -->|Too| D[Result one]
* C -->|Doo| E[Result two]
*
* Params bapa - a unique bapap
*/
it('should handle a task definition', function () {
const str =
'gantt\n' +