Skip to content

Commit

Permalink
Merge branch 'jeppe/upgrade-versioned-main' into norbert/cli-sandbox-…
Browse files Browse the repository at this point in the history
…versioned-main
  • Loading branch information
ndelangen committed Jan 12, 2024
2 parents 912dde5 + 9f449a5 commit ded297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jest.mock('@storybook/telemetry');
jest.mock('./versions', () => {
const originalVersions = jest.requireActual('./versions').default;
return {
default: Object.keys(originalVersions).reduce((acc, key) => {
...Object.keys(originalVersions).reduce((acc, key) => {
acc[key] = '8.0.0';
return acc;
}, {} as Record<string, string>),
Expand Down

0 comments on commit ded297c

Please sign in to comment.