2016-10-09 22:01:10 -04:00
|
|
|
import { expect } from 'chai';
|
|
|
|
import { shallow } from 'enzyme';
|
|
|
|
|
|
|
|
import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator'
|
|
|
|
|
2016-10-10 16:46:37 -04:00
|
|
|
describe('<LoadingIndicator />', () => {
|
2016-11-16 13:11:30 -05:00
|
|
|
|
2016-10-09 22:01:10 -04:00
|
|
|
});
|