mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-27 08:54:09 +01: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 () {
|
it('should handle click directive and store links in stateDb', function () {
|
||||||
const str = `stateDiagram
|
const str = `stateDiagram
|
||||||
state S1
|
[*] --> S1
|
||||||
click S1 "https://example.com" "Go to Example"
|
click S1 "https://example.com" "Go to Example"
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user