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