mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
move ConditionalRedirect test to components subfolder
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
Redirect
|
||||
} from 'react-router-dom';
|
||||
import { shallow } from 'enzyme';
|
||||
import ConditionalRedirect from '../src/components/ConditionalRedirect';
|
||||
import ConditionalRedirect from '../../src/components/ConditionalRedirect';
|
||||
|
||||
describe('<ConditionalRedirect />', () => {
|
||||
test('renders Redirect when shouldRedirect is passed truthy func', () => {
|
||||
Reference in New Issue
Block a user