Update lib/client-api/src/story_store.test.ts

This commit is contained in:
Michael Shilman 2020-06-22 09:11:29 +08:00 committed by GitHub
parent 5c1029a899
commit c2ca3676c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' });