Skip to content

Commit d8cbed3

Browse files
committed
chore: remove unused import
1 parent f06de3a commit d8cbed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compile.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import schema from '../test-suite/compile.test.schema.json'
66
import { compile } from './compile'
77
import { buildFunction } from './functions'
88
import type { JSONQuery, JSONQueryCompileOptions } from './types'
9-
import { parse } from './parse'
109

1110
function isTestException(test: unknown): test is CompileTestException {
1211
return !!test && typeof (test as Record<string, unknown>).throws === 'string'

0 commit comments

Comments
 (0)