mirror of https://github.com/tootsuite/mastodon
9 lines
233 B
JavaScript
9 lines
233 B
JavaScript
|
import { expect } from 'chai';
|
||
|
import { shallow } from 'enzyme';
|
||
|
import React from 'react';
|
||
|
import LoadingIndicator from '../../../app/javascript/mastodon/components/loading_indicator';
|
||
|
|
||
|
describe('<LoadingIndicator />', () => {
|
||
|
|
||
|
});
|