toBe([ [1_700_000_000_000, 81.06], [1_700_000_005_000, 100.0], ]); }); it('preserves timestamps and converts a zero byte sample to zero megabytes', function () { expect(convertContainerMemoryBytesToMegabytes([ [1_700_000_000_000, 0.0], ]))->toBe([ [1_700_000_000_000, 0.0], ]); }); it('leaves an empty series unchanged', function () { expect(convertContainerMemoryBytesToMegabytes([]))->toBe([]); });