mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
#1223 Adding support for multiple transitions to a node from another node
This commit is contained in:
@@ -336,7 +336,7 @@ describe('State diagram', () => {
|
|||||||
imgSnapshotTest(
|
imgSnapshotTest(
|
||||||
`
|
`
|
||||||
stateDiagram
|
stateDiagram
|
||||||
a --> b: Status
|
a --> b: Start
|
||||||
a --> b: Stop
|
a --> b: Stop
|
||||||
`,
|
`,
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user