Skip to content

Commit

Permalink
fix(jest): update version header
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 19, 2021
1 parent 2ba2c5b commit e615bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <https://github.com/NoHomey>
Expand Down
2 changes: 1 addition & 1 deletion types/jest/jest-tests.ts
Expand Up @@ -1576,5 +1576,5 @@ test(`async function takes done`, async (done) => {
// $ExpectError
jest.mocked();

// $ExpectType any
// $ExpectType MockedObject<{}>
jest.mocked({});

0 comments on commit e615bc7

Please sign in to comment.