У меня ошибка в следующем тесте ниже. Моя версия узла: v12.10.0. есть ли альтернатива setTimeout?
test('demo code', async () => {
const clientConnection = await setupServerTest(project);
const onNotification = jest.fn();
clientConnection.sendNotification();
await waitForExpect(() => {
expect(onNotification).toHaveBeenCalledTimes(2);
});
});
Журнал ошибок:
Call retries were exceeded
at ChildProcessWorker.initialize (../../../node_modules/jest-worker/build/workers/ChildProcessWorker.js:230:21)