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`
This commit is contained in:
Guido Kessels
2020-01-15 03:50:37 -05:00
committed by Eli Barzilay
parent dfbf2d1966
commit d0059be9eb
+1 -1
View File
@@ -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 <https://github.com/NoHomey>