Fixed a parser warning in classDiagram

Fixed a regression bug I introduced in theme.spec.js
This commit is contained in:
chris moran
2020-07-27 09:57:04 -04:00
parent 43d37ab1cf
commit e5b22684cd
2 changed files with 4 additions and 2 deletions

View File

@@ -233,7 +233,9 @@ erDiagram
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me `
Sit down: 5: Me
`,
{theme}
);
cy.get('svg');
});