mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[Jest] @param for timeout
This commit is contained in:
Vendored
+1
@@ -114,6 +114,7 @@ declare namespace jest {
|
||||
*
|
||||
* @param {string} name The name of your test
|
||||
* @param {fn?} ProvidesCallback The function for your test
|
||||
* @param {timeout?} timeout The timeout for an async function test
|
||||
*/
|
||||
(name: string, fn?: ProvidesCallback, timeout?: number): void;
|
||||
/** Only runs this test in the current file. */
|
||||
|
||||
Reference in New Issue
Block a user