import { expect } from 'chai';
|
|
import { shallow } from 'enzyme';
|
|
import React from 'react';
|
|
import LoadingIndicator from '../../../app/javascript/mastodon/components/loading_indicator';
|
|
|
|
describe('<LoadingIndicator />', () => {
|
|
|
|
});
|