mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
working commit tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { mount } from 'enzyme';
|
||||
import OrganizationDetail from '../../../../src/pages/Organizations/components/OrganizationDetail';
|
||||
|
||||
xdescribe('<OrganizationDetail />', () => {
|
||||
test('initially renders succesfully', () => {
|
||||
mount(
|
||||
<OrganizationDetail />
|
||||
);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user