This commit is contained in:
Keith Grant
2019-12-10 12:13:22 -08:00
parent 3409d39150
commit 846fd67618

View File

@@ -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',