Skip to content

Commit 82b3755

Browse files
committed
migration
1 parent be12784 commit 82b3755

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import React from 'react';
2+
import { shallow } from 'enzyme';
3+
import LoadingContent from '../LoadingContent';
4+
5+
describe('LoadingContent component', () => {
6+
it('renders as expected', () => {
7+
const component = shallow(<LoadingContent />);
8+
expect(component).toMatchSnapshot();
9+
});
10+
});

0 commit comments

Comments
 (0)