Run all tests

This commit is contained in:
Sidharth Vinod
2024-01-19 12:21:51 +05:30
parent 91a63933ec
commit d6e738ac4c
2 changed files with 1 additions and 5 deletions

View File

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