blob: 677ff4aaf07702aef4441d7ca1a0e5ce283bd4b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import { expect } from 'chai';
import { shallow } from 'enzyme';
import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator'
describe('<LoadingIndicator />', () => {
});
|