MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / package-name.spec.ts

File package-name.spec.ts

test/unit/app/utils/package-name.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2import { checkPackageExists, findSimilarPackages, normalizePackageName } from '~/utils/package-name'
3
4describe('normalizePackageName', () => {

Callers

nothing calls this directly

Calls 3

normalizePackageNameFunction · 0.90
checkPackageExistsFunction · 0.90
findSimilarPackagesFunction · 0.90

Tested by

no test coverage detected