mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
alias top-level imports
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts, waitForElement } from '../../../../testUtils/enzymeHelpers';
|
||||
import TemplatesList, { _TemplatesList } from './TemplateList';
|
||||
import { JobTemplatesAPI, UnifiedJobTemplatesAPI, WorkflowJobTemplatesAPI } from '../../../api';
|
||||
import {
|
||||
JobTemplatesAPI,
|
||||
UnifiedJobTemplatesAPI,
|
||||
WorkflowJobTemplatesAPI
|
||||
} from '@api';
|
||||
import { mountWithContexts, waitForElement } from '@testUtils/enzymeHelpers';
|
||||
|
||||
jest.mock('../../../api');
|
||||
import TemplatesList, { _TemplatesList } from './TemplateList';
|
||||
|
||||
jest.mock('@api');
|
||||
|
||||
const mockTemplates = [{
|
||||
id: 1,
|
||||
|
||||
Reference in New Issue
Block a user