documentation/spec/javascript/components/loading_indicator.test.jsx

9 lines
216 B
React
Raw Normal View History

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