Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 21, 2024
1 parent ce18fda commit b8aec7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/cli/src/upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ vi.mock('@storybook/core-common', async (importOriginal) => {
JsPackageManagerFactory: {
getPackageManager: () => ({
findInstallations: findInstallationsMock,
getAllDependencies: async () => ({ storybook: '8.0.0' }),
}),
},
versions: Object.keys(originalModule.versions).reduce(
Expand Down

0 comments on commit b8aec7f

Please sign in to comment.