blob: a372640be75d2c5f63867d4dc86e5de4af4ceb73 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import { expect } from 'chai';
import { shallow } from 'enzyme';
import LoadingIndicator from '../../../app/javascript/mastodon/components/loading_indicator'
describe('<LoadingIndicator />', () => {
});
|