mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
@@ -22,7 +22,7 @@ import { styledMount } from 'spec/helpers/theming';
|
||||
import { Provider } from 'react-redux';
|
||||
import sinon from 'sinon';
|
||||
import Alert from 'src/components/Alert';
|
||||
import ProgressBar from 'src/common/components/ProgressBar';
|
||||
import ProgressBar from 'src/components/ProgressBar';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import thunk from 'redux-thunk';
|
||||
import FilterableTable from 'src/components/FilterableTable/FilterableTable';
|
||||
|
||||
Reference in New Issue
Block a user