Skip to content

Commit b654417

Browse files
yungstersfacebook-github-bot
authored andcommitted
RN: Unnecessary $FlowFixMe for jest.now() (#51665)
Summary: Pull Request resolved: #51665 This type suppression comment is no longer necessary. Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D75546017 fbshipit-source-id: 8c1f6a4260f0ca83bcba200bf550746270578534
1 parent 98872a1 commit b654417

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native/jest/setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Object.defineProperties(global, {
7777
configurable: true,
7878
enumerable: true,
7979
value(callback: number => void): TimeoutID {
80-
// $FlowFixMe[prop-missing] - JestObjectType is incomplete.
8180
return setTimeout(() => callback(jest.now()), 0);
8281
},
8382
writable: true,

0 commit comments

Comments
 (0)