1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-29 14:08:21 +09:00
whippy-edition/spec/javascript/components/loading_indicator.test.jsx
2016-11-16 19:11:30 +01:00

9 lines
216 B
JavaScript

import { expect } from 'chai';
import { shallow } from 'enzyme';
import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator'
describe('<LoadingIndicator />', () => {
});