From d0059be9eb4ed2a01820927e3b3600fac3f92e2b Mon Sep 17 00:00:00 2001 From: Guido Kessels Date: Wed, 15 Jan 2020 09:50:37 +0100 Subject: [PATCH] Bump @types/jest to 24.9 (#41555) The latest version of `jest` is `24.9.0` but `@types/jest` was still at `24.0.25`. [There are types](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jest/index.d.ts#L240) for the `advanceTimersToNextTimer()` method that was added in jest `24.9.0` so I believe this could be bumped to `24.9` --- types/jest/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jest/index.d.ts b/types/jest/index.d.ts index 0246eb9323..427679f335 100644 --- a/types/jest/index.d.ts +++ b/types/jest/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Jest 24.0 +// Type definitions for Jest 24.9 // Project: https://jestjs.io/ // Definitions by: Asana (https://asana.com) // Ivo Stratev