mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-08 16:04:49 +00:00
9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
import { expect } from 'chai';
|
|
import { shallow } from 'enzyme';
|
|
|
|
import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator'
|
|
|
|
describe('<LoadingIndicator />', () => {
|
|
|
|
});
|