it('should prefix a cell with numerical start and end row values', () => {
          const input = { gridRowStart: 3, gridRowEnd: 7 }
          const output = {
            gridRowEnd: 7,
            gridRowStart: 3,