mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
alias top-level imports
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import React from 'react';
|
||||
|
||||
import { mountWithContexts } from '@testUtils/enzymeHelpers';
|
||||
|
||||
import Templates from './Templates';
|
||||
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
|
||||
|
||||
describe('<Templates />', () => {
|
||||
let pageWrapper;
|
||||
|
||||
Reference in New Issue
Block a user