Remove import aliases from ui_next

For posterity, the script used to remove the aliases is included with
this commit:

    python3 tools/dealias.py awx/ui_next/src
    npm run lint -- --fix
    npm run prettier
This commit is contained in:
Jake McDermott
2020-05-06 14:07:22 -04:00
parent 12a04bf42e
commit 0f335170c5
504 changed files with 2077 additions and 1707 deletions

View File

@@ -4,8 +4,8 @@ import {
DataToolbarContent,
} from '@patternfly/react-core/dist/umd/experimental';
import { createMemoryHistory } from 'history';
import { mountWithContexts } from '@testUtils/enzymeHelpers';
import { act } from 'react-dom/test-utils';
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
import Search from './Search';
describe('<Search />', () => {