fixed unit test

This commit is contained in:
khalil
2025-04-06 20:49:43 +01:00
parent f8d8f74f34
commit d2239549e6

View File

@@ -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"
`;