From e615bc7b620a06f041aa7948aac5319440905d4a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 19 Dec 2021 16:03:33 +1300 Subject: [PATCH] fix(jest): update version header --- types/jest/index.d.ts | 2 +- types/jest/jest-tests.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jest/index.d.ts b/types/jest/index.d.ts index 8be0e409916430..a3c0670bb7df9a 100644 --- a/types/jest/index.d.ts +++ b/types/jest/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Jest 27.0 +// Type definitions for Jest 27.4 // Project: https://jestjs.io/ // Definitions by: Asana (https://asana.com) // Ivo Stratev diff --git a/types/jest/jest-tests.ts b/types/jest/jest-tests.ts index b400faad4e0a09..d1c680e0e664ce 100644 --- a/types/jest/jest-tests.ts +++ b/types/jest/jest-tests.ts @@ -1576,5 +1576,5 @@ test(`async function takes done`, async (done) => { // $ExpectError jest.mocked(); -// $ExpectType any +// $ExpectType MockedObject<{}> jest.mocked({});