it('should expand the shorthand gridRow without a slash', () => {
          const input = { gridRow: 'span 3' }
          const output = {
            gridRow: 'span 3',
          }