Skip to content

Commit 10b95e8

Browse files
committed
chore: remove unused import
1 parent 95d1764 commit 10b95e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { bench, describe, expect, test } from 'vitest'
1+
import { describe, expect, test } from 'vitest'
22
import { compile } from './compile'
33
import { buildFunction } from './functions'
44
import type { JSONQuery, JSONQueryCompileOptions } from './types'

0 commit comments

Comments
 (0)