···11import { describe, expect, it } from 'vitest'
22-import type { NpmPackage, NpmSearchResponse } from '../../shared/types'
22+import type { NpmPackage, NpmSearchResponse } from '../../../../shared/types'
3344describe('npm registry types', () => {
55 it('should correctly type a package response', () => {