mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Add Job results skeleton tests
This commit is contained in:
10
__tests__/pages/Jobs/screens/Job/Job.test.jsx
Normal file
10
__tests__/pages/Jobs/screens/Job/Job.test.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts } from '../../../../enzymeHelpers';
|
||||
import Job from '../../../../../src/pages/Jobs/Job';
|
||||
|
||||
|
||||
describe('<Job />', () => {
|
||||
test('initially renders succesfully', () => {
|
||||
mountWithContexts(<Job />);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user