mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 20:11:48 -05:00
Use directory alias for imports instead of relative path in our test files
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
DataToolbar,
|
||||
DataToolbarContent,
|
||||
} from '@patternfly/react-core/dist/umd/experimental';
|
||||
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
|
||||
import { mountWithContexts } from '@testUtils/enzymeHelpers';
|
||||
import Search from './Search';
|
||||
|
||||
describe('<Search />', () => {
|
||||
|
||||
Reference in New Issue
Block a user