mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Fix for test
This commit is contained in:
parent
4eda2aa36d
commit
ef51f543a3
@ -1413,7 +1413,7 @@ describe('when parsing ', function () {
|
||||
const edges = flow.parser.yy.getEdges()
|
||||
|
||||
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 () {
|
||||
// Silly but syntactically correct
|
||||
|
Loading…
x
Reference in New Issue
Block a user