it('should expand the shorthand row syntax with span', () => {
          const input = { gridRow: '2 / span 3' }
          const output = {
            gridRow: '2 / span 3',
            msGridRow: 2,