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