()
| 37 | } as const satisfies GraphSchema; |
| 38 | |
| 39 | function createGraph() { |
| 40 | return new Graph({ schema, storage: new InMemoryGraphStorage() }); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Tests for string concatenation support with the + operator. |
no outgoing calls
no test coverage detected