mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 03:11:48 -05:00
Reorganize file locations/directory structure (#270)
Reorganize file locations
This commit is contained in:
9
src/screens/Job/Job.test.jsx
Normal file
9
src/screens/Job/Job.test.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
|
||||
import Job from './Jobs';
|
||||
|
||||
describe('<Job />', () => {
|
||||
test('initially renders succesfully', () => {
|
||||
mountWithContexts(<Job />);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user