mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:21:08 +08:00
Simplify start tests by turning on breaking v7 changes
This commit is contained in:
parent
63e2536486
commit
a154975ba3
@ -23,6 +23,9 @@ jest.mock('global', () => ({
|
||||
search: '?id=*',
|
||||
},
|
||||
},
|
||||
FEATURES: {
|
||||
breakingChangesV7: true,
|
||||
},
|
||||
}));
|
||||
|
||||
jest.mock('@storybook/channel-postmessage', () => () => mockChannel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user