github.com/hzck/speedroute@v0.0.0-20201115191102-403b7d0e443f/algorithm/tests/basic/only_start_node.json (about) 1 { 2 "name": "Only start node", 3 "description": "Only start node present in graph.", 4 "testing": "No program crash.", 5 "visual": "START", 6 "nodes": [ 7 { 8 "id": "START" 9 } 10 ], 11 "startId": "START" 12 }