mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Fix lint errors and pull in new content error and loading handler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts } from '../../../../enzymeHelpers';
|
||||
import JobOutput from '../../../../../src/pages/Jobs/JobOutput/';
|
||||
import JobOutput from '../../../../../src/pages/Jobs/JobOutput';
|
||||
|
||||
describe('<JobOutput />', () => {
|
||||
const mockDetails = {
|
||||
@@ -9,7 +9,7 @@ describe('<JobOutput />', () => {
|
||||
|
||||
test('initially renders succesfully', () => {
|
||||
mountWithContexts(
|
||||
<JobOutput job={ mockDetails } />
|
||||
<JobOutput job={mockDetails} />
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user