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 e2aab55 commit 852da82Copy full SHA for 852da82
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(7000);
+jest.setTimeout(10000);
10
describe('PhoneBook', () => {
11
it('fetches contacts successfully and renders in list', async () => {
12
(global.fetch as jest.Mock).mockResolvedValueOnce({
0 commit comments