* Set the default timeout interval for tests and before/after hooks in * milliseconds. * * @remarks * The default timeout interval is 5 seconds if this method is not called.
(timeout: number)
| 391 | * The default timeout interval is 5 seconds if this method is not called. |
| 392 | */ |
| 393 | setTimeout(timeout: number): Jest; |
| 394 | /** |
| 395 | * Creates a mock function similar to `jest.fn()` but also tracks calls to |
| 396 | * `object[methodName]`. |
no outgoing calls
no test coverage detected