(q: string)
| 53 | |
| 54 | describe("RETURN-only queries", () => { |
| 55 | function query(q: string) { |
| 56 | const graph = createTestGraph(); |
| 57 | return executeQuery(graph, q); |
| 58 | } |
| 59 | |
| 60 | describe("arithmetic expressions", () => { |
| 61 | it("should evaluate RETURN 1", () => { |
no test coverage detected