Skip to content

Commit 70eb334

Browse files
committed
fix(test): correct arborist-helpers mock path for idToNpmPurl
Update mock path from ../../utils/spec.mts to ../../utils/ecosystem/spec.mts to match actual implementation import
1 parent 5f4771d commit 70eb334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/shadow/npm/arborist-helpers.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vi.mock('../../utils/socket/alerts.mts', () => ({
2020
getAlertsMapFromPurls: mockGetAlertsMapFromPurls,
2121
}))
2222

23-
vi.mock('../../utils/spec.mts', () => ({
23+
vi.mock('../../utils/ecosystem/spec.mts', () => ({
2424
idToNpmPurl: mockIdToNpmPurl,
2525
}))
2626

0 commit comments

Comments
 (0)