Fix for broken test

This commit is contained in:
Knut Sveidqvist
2022-10-07 14:36:25 +02:00
parent 047e15951a
commit 646f76d343
7 changed files with 14 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ describe('Gantt diagram', () => {
{}
);
});
it('should render a gantt chart for issue #1060', () => {
it('should FAIL redering a gantt chart for issue #1060 with invalid date', () => {
imgSnapshotTest(
`
gantt

View File

@@ -56,7 +56,7 @@
<body>
<div>Security check</div>
<pre id="diagram" class="mermaid">
classDiagram
classDiagram
direction LR
class Student {
-idCard : IdCard