mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-06 18:01:53 +00:00
9 lines
216 B
JavaScript
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 />', () => {
|
|
|
|
});
|