it('should expand flex-grow + flex-shrink', () => {
        const input = { flex: '1 3' }
        const output = {
          flex: '1 3',
          MozFlex: '1 3',