it('should expand flex-grow + flex-basis', () => {
        const input = { flex: '0 30px' }
        const output = {
          flex: '0 30px',
          MozFlex: '0 30px',