2016-10-10 02:01:10 +00:00
|
|
|
import { expect } from 'chai';
|
|
|
|
import { shallow } from 'enzyme';
|
2017-06-01 15:27:15 +00:00
|
|
|
import React from 'react';
|
|
|
|
import LoadingIndicator from '../../../app/javascript/mastodon/components/loading_indicator';
|
2016-10-10 02:01:10 +00:00
|
|
|
|
2016-10-10 20:46:37 +00:00
|
|
|
describe('<LoadingIndicator />', () => {
|
2016-11-16 18:11:30 +00:00
|
|
|
|
2016-10-10 02:01:10 +00:00
|
|
|
});
|