it('should expand the shorthand column syntax', () => {
          const input = { gridColumn: '3 / 5' }
          const output = {
            gridColumn: '3 / 5',
            msGridColumn: 3,