mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 02:34:41 +01:00
Fix for test
This commit is contained in:
@@ -1413,7 +1413,7 @@ describe('when parsing ', function () {
|
|||||||
const edges = flow.parser.yy.getEdges()
|
const edges = flow.parser.yy.getEdges()
|
||||||
|
|
||||||
expect(edges.length).toBe(0)
|
expect(edges.length).toBe(0)
|
||||||
expect(vert['1id'].styles.length).toBe(0)
|
expect(vert['s1id'].styles.length).toBe(0)
|
||||||
})
|
})
|
||||||
it('should handle a single node with alphanumerics containing a minus sign', function () {
|
it('should handle a single node with alphanumerics containing a minus sign', function () {
|
||||||
// Silly but syntactically correct
|
// Silly but syntactically correct
|
||||||
|
|||||||
Reference in New Issue
Block a user