mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 00:03:35 -05:00
Reorganize file locations/directory structure (#270)
Reorganize file locations
This commit is contained in:
11
src/components/ContentLoading/ContentLoading.test.jsx
Normal file
11
src/components/ContentLoading/ContentLoading.test.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
|
||||
|
||||
import ContentLoading from './ContentLoading';
|
||||
|
||||
describe('ContentLoading', () => {
|
||||
test('renders the expected content', () => {
|
||||
const wrapper = mountWithContexts(<ContentLoading />);
|
||||
expect(wrapper).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user