mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
move ConditionalRedirect test to components subfolder
This commit is contained in:
parent
a670a73fd0
commit
07f6508402
@ -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', () => {
|
||||
Loading…
x
Reference in New Issue
Block a user