mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Lint fix
This commit is contained in:
@@ -144,7 +144,7 @@ describe('state diagram, ', function () {
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
parser.parse(str);
|
parser.parse(str);
|
||||||
})
|
});
|
||||||
it('shall handle descriptions including minus signs', function () {
|
it('shall handle descriptions including minus signs', function () {
|
||||||
const str = `stateDiagram-v2\n
|
const str = `stateDiagram-v2\n
|
||||||
scale 350 width
|
scale 350 width
|
||||||
|
Reference in New Issue
Block a user