Simplify start tests by turning on breaking v7 changes

This commit is contained in:
Tom Coleman 2021-09-05 11:18:07 +10:00
parent 63e2536486
commit a154975ba3

View File

@ -23,6 +23,9 @@ jest.mock('global', () => ({
search: '?id=*',
},
},
FEATURES: {
breakingChangesV7: true,
},
}));
jest.mock('@storybook/channel-postmessage', () => () => mockChannel);