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