We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d348f72 commit 29eff89Copy full SHA for 29eff89
examples/cookbook/app/network-requests/__tests__/PhoneBook.test.tsx
@@ -6,7 +6,7 @@ import { User } from '../types';
6
7
jest.mock('axios');
8
9
-jest.setTimeout(10000);
+jest.setTimeout(8000);
10
describe('PhoneBook', () => {
11
it('fetches contacts successfully and renders in list', async () => {
12
(global.fetch as jest.Mock).mockResolvedValueOnce({
0 commit comments