Skip to content

Commit

Permalink
Update Jest type definitions to v29
Browse files Browse the repository at this point in the history
Summary:
@public

Changelog: [Internal]

TSIA

Reviewed By: jacdebug

Differential Revision: D42570767

fbshipit-source-id: 26deffc1a749ed9403a71dcef64db02d0bf652e8
  • Loading branch information
motiz88 authored and facebook-github-bot committed Jan 18, 2023
1 parent 477f546 commit 05ff52b
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 165 deletions.
2 changes: 1 addition & 1 deletion Libraries/Interaction/__tests__/InteractionManager-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('promise tasks', () => {
}
beforeEach(() => {
jest.resetModules();
jest.useFakeTimers('legacy');
jest.useFakeTimers({legacyFakeTimers: true});
InteractionManager = require('../InteractionManager');
BatchedBridge = require('../../BatchedBridge/BatchedBridge');
sequenceId = 0;
Expand Down
Loading

0 comments on commit 05ff52b

Please sign in to comment.