mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
de-lint
This commit is contained in:
@@ -9,10 +9,6 @@ jest.mock('@api');
|
|||||||
|
|
||||||
describe('<OrganizationAdd />', () => {
|
describe('<OrganizationAdd />', () => {
|
||||||
test('handleSubmit should post to api', async () => {
|
test('handleSubmit should post to api', async () => {
|
||||||
let wrapper;
|
|
||||||
await act(async () => {
|
|
||||||
wrapper = mountWithContexts(<OrganizationAdd />);
|
|
||||||
});
|
|
||||||
const updatedOrgData = {
|
const updatedOrgData = {
|
||||||
name: 'new name',
|
name: 'new name',
|
||||||
description: 'new description',
|
description: 'new description',
|
||||||
|
|||||||
Reference in New Issue
Block a user