Set timeline to now not to most recent event.
This commit is contained in:
@@ -78,7 +78,7 @@ describe('ViewManager.setView', () => {
|
||||
it('should set view with new context', () => {
|
||||
const api = createCardAPI();
|
||||
const manager = new ViewManager(api);
|
||||
const context = { thumbnails: { fetch: false } };
|
||||
const context = { live: { fetchThumbnails: false } };
|
||||
|
||||
// Setting context with no existing view does nothing.
|
||||
manager.setViewWithNewContext(context);
|
||||
|
||||
Reference in New Issue
Block a user