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

@@ -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';