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