Lines Matching refs:scrollingTracks
73 scrollingTracks: string[]): State {
79 draft.scrollingTracks = scrollingTracks;
114 expect(twice.scrollingTracks.length).toBe(2);
165 const firstTrackId = once.scrollingTracks[0];
166 const secondTrackId = once.scrollingTracks[1];
176 expect(twice.scrollingTracks[0]).toBe(secondTrackId);
177 expect(twice.scrollingTracks[1]).toBe(firstTrackId);
193 expect(after.scrollingTracks).toEqual(['b', 'c']);
209 expect(after.scrollingTracks).toEqual(['c']);
250 expect(after.scrollingTracks).toEqual(['b']);
263 expect(after.scrollingTracks).toEqual(['a', 'c']);
313 expect(thrice.scrollingTracks.length).toBe(0);