refactor: Bootstrap to AntD - Form - iteration 2 (#14379)

This commit is contained in:
Michael S. Molina
2021-05-06 02:00:37 -03:00
committed by GitHub
parent fa510df624
commit 331310db9b
24 changed files with 245 additions and 179 deletions

View File

@@ -16,12 +16,10 @@
* specific language governing permissions and limitations
* under the License.
*/
/* eslint-disable no-unused-expressions */
import React from 'react';
import { FormControl } from 'react-bootstrap';
import sinon from 'sinon';
import { mount } from 'enzyme';
import { styledMount as mount } from 'spec/helpers/theming';
import BoundsControl from 'src/explore/components/controls/BoundsControl';
const defaultProps = {