import React from 'react'; import { mount } from 'enzyme'; import { act } from 'react-dom/test-utils'; import Form from '..'; import Input from '../../input'; import { sleep } from '../../../tests/utils'; import { FormListOperation } from '../FormList'; describe('Form.List.NoStyle', () => { it('nest error should clean up', async () => { jest.useFakeTimers(); let operation: FormListOperation; const wrapper = mount(