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