it('should prefix a cell with numerical start and end column values', () => {
          const input = { gridColumnStart: 2, gridColumnEnd: 5 }
          const output = {
            gridColumnEnd: 5,
            gridColumnStart: 2,