Query code refactor

This commit is contained in:
Zef Hemel
2022-07-06 12:18:47 +02:00
parent 05edbfe305
commit fcf712ccc7
6 changed files with 107 additions and 118 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { expect, test } from "@jest/globals";
import { applyQuery, parseQuery } from "./engine";
import { applyQuery } from "./engine";
import { parseQuery } from "./parser";
test("Test parser", () => {
let parsedBasicQuery = parseQuery(`page`);