[Jest] @param for timeout

This commit is contained in:
Allan Lukwago
2017-06-21 07:55:44 +03:00
parent ce62b6f1ba
commit 8fe04c5e3c
+1
View File
@@ -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. */