Skip to content

Commit b7ec008

Browse files
committed
fix(tests): correct mock path for fetch-default-org-slug (.mjs not .mts)
1 parent a07bc47 commit b7ec008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/unit/commands/scan/fetch-supported-scan-file-names.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vi.mock('../../../../../src/utils/socket/sdk.mts', () => ({
2626
setupSdk: mockSetupSdk,
2727
}))
2828

29-
vi.mock('../../../../../src/commands/ci/fetch-default-org-slug.mts', () => ({
29+
vi.mock('../../../../../src/commands/ci/fetch-default-org-slug.mjs', () => ({
3030
getDefaultOrgSlug: mockGetDefaultOrgSlug,
3131
}))
3232

0 commit comments

Comments
 (0)