Skip to content

Commit

Permalink
Fix the mock path
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozkavci committed Mar 25, 2024
1 parent 33f9cd6 commit 15f2703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {joinPath} from '@shopify/cli-kit/node/path'

vi.mock('@shopify/cli-kit/node/ui')
vi.mock('./context.js')
vi.mock('./flow/fetch-dashboard-extensions.js')
vi.mock('./fetch-dashboard-extensions.js')
vi.mock('./context/partner-account-info.js')

const organizationApp: OrganizationApp = {
Expand Down

0 comments on commit 15f2703

Please sign in to comment.