test: Tests, dedicated directory and Storybook for the ProgressBar component (#13534)

* Move to own dir and add storybook

* Add tests
This commit is contained in:
Geido
2021-03-26 00:44:00 +02:00
committed by GitHub
parent 3ad9c910f9
commit 930cbea2e1
8 changed files with 146 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ import React, { useMemo } from 'react';
import PropTypes from 'prop-types';
import moment from 'moment';
import { Well } from 'react-bootstrap';
import ProgressBar from 'src/common/components/ProgressBar';
import ProgressBar from 'src/components/ProgressBar';
import Label from 'src/components/Label';
import { t } from '@superset-ui/core';

View File

@@ -19,7 +19,7 @@
import React, { CSSProperties } from 'react';
import ButtonGroup from 'src/components/ButtonGroup';
import Alert from 'src/components/Alert';
import ProgressBar from 'src/common/components/ProgressBar';
import ProgressBar from 'src/components/ProgressBar';
import moment from 'moment';
import { RadioChangeEvent } from 'antd/lib/radio';
import Button from 'src/components/Button';