Skip to content

Commit 6b8a637

Browse files
committed
Remove unused import from glob test helpers
1 parent f4ea306 commit 6b8a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stubs/glob-test-helpers.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it, vi } from 'vitest'
1+
import { describe, expect, it } from 'vitest'
22

33
import { isGlobMatch } from './glob-test-helpers.mts'
44

0 commit comments

Comments
 (0)