mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
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