mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-30 12:49:41 +02:00
fixed unit test
This commit is contained in:
@@ -409,7 +409,7 @@ describe('state diagram, ', function () {
|
||||
|
||||
it('should handle click directive and store links in stateDb', function () {
|
||||
const str = `stateDiagram
|
||||
state S1
|
||||
[*] --> S1
|
||||
click S1 "https://example.com" "Go to Example"
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user