Searched refs:finalZoom (Results 1 – 2 of 2) sorted by relevance
190 const finalZoom = assertDefined<TimeRange>(lastZoomUpdate); constant191 expect(finalZoom.from).not.toBe(initialZoom.from);192 expect(finalZoom.to).not.toBe(initialZoom.to);193 expect(finalZoom.to.minus(finalZoom.from.getValueNs()).getValueNs()).toBe(220 const finalZoom = assertDefined<TimeRange>(lastZoomUpdate); constant221 expect(finalZoom.from).not.toBe(initialZoom.from);222 expect(finalZoom.to).toBe(initialZoom.to);247 const finalZoom = assertDefined<TimeRange>(lastZoomUpdate); constant248 expect(finalZoom.from).toBe(initialZoom.from);249 expect(finalZoom.to).not.toBe(initialZoom.to);[all …]
241 const finalZoom = timelineData.getZoomRange(); constant242 expect(finalZoom).not.toBe(initialZoom);291 let finalZoom = timelineData.getZoomRange(); variable292 expect(finalZoom.from.getValueNs()).toBe(initialZoom.from.getValueNs());293 expect(finalZoom.to.getValueNs()).toBe(initialZoom.to.getValueNs());297 finalZoom = timelineData.getZoomRange();298 expect(finalZoom.from.getValueNs()).toBe(initialZoom.from.getValueNs());299 expect(finalZoom.to.getValueNs()).toBe(initialZoom.to.getValueNs());316 const finalZoom = timelineData.getZoomRange(); constant317 checkZoomDifference(initialZoom, finalZoom);[all …]