mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:11:07 +08:00
Update lib/client-api/src/story_store.test.ts
This commit is contained in:
parent
5c1029a899
commit
c2ca3676c4
@ -495,6 +495,7 @@ describe('preview.story_store', () => {
|
||||
|
||||
expect(store.getSelection()).toEqual({ storyId: 'a--1', viewMode: 'story' });
|
||||
});
|
||||
|
||||
it('takes into account sorting', () => {
|
||||
const store = new StoryStore({ channel });
|
||||
store.setSelectionSpecifier({ storySpecifier: '*', viewMode: 'story' });
|
||||
|
Loading…
x
Reference in New Issue
Block a user