Skip to content

Commit a07ab1a

Browse files
committed
Remove unused vi import from paths test
1 parent 0aa656e commit a07ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/registry/paths.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
getSocketRegistryGithubCacheDir,
1515
getSocketUserDir,
1616
} from '@socketsecurity/lib/paths'
17-
import { describe, expect, it, vi } from 'vitest'
17+
import { describe, expect, it } from 'vitest'
1818

1919
describe('paths', () => {
2020
describe('getSocketHomePath', () => {

0 commit comments

Comments
 (0)