Compare commits

...

2 Commits

Author SHA1 Message Date
Sidharth Vinod
98b7ac8b19 Merge branch 'develop' into sidv/testCommand 2025-01-25 14:09:56 +05:30
Sidharth Vinod
a179d4a3e2 chore: Dummy test 2025-01-25 12:26:21 +05:30

View File

@@ -7,7 +7,7 @@ describe('Graph', () => {
A[Christmas] -->|Get money| B(Go shopping) A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think} B --> C{Let me think}
C -->|One| D[Laptop] C -->|One| D[Laptop]
C -->|Two| E[iPhone] C -->|Two| E[iPad]
C -->|Three| F[fa:fa-car Car] C -->|Three| F[fa:fa-car Car]
`, `,
{ flowchart: { htmlLabels: false }, fontFamily: 'courier' } { flowchart: { htmlLabels: false }, fontFamily: 'courier' }