✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Тестування
Розробник написав тест:
test('test', (done) => {
fetchWithCallback((err, data) => {
expect(data).toBe('result');
});
});
Що найімовірніше станеться при запуску?