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