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