We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06de3a commit d8cbed3Copy full SHA for d8cbed3
src/compile.test.ts
@@ -6,7 +6,6 @@ import schema from '../test-suite/compile.test.schema.json'
6
import { compile } from './compile'
7
import { buildFunction } from './functions'
8
import type { JSONQuery, JSONQueryCompileOptions } from './types'
9
-import { parse } from './parse'
10
11
function isTestException(test: unknown): test is CompileTestException {
12
return !!test && typeof (test as Record<string, unknown>).throws === 'string'
0 commit comments