Skip to content

Commit

Permalink
fix: add missing mock (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 29, 2023
1 parent 713a70b commit 5d7a8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest/react-native-device-info-mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const diMock = {
getBrightness: numberFnAsync(),
getBrightnessSync: numberFnSync(),
hasNotch: booleanFnSync(),
isDisplayZoomed: booleanFnSync(),
isLandscape: booleanFnAsync(),
isLandscapeSync: booleanFnSync(),
isMouseConnected: booleanFnAsync(),
Expand Down

0 comments on commit 5d7a8d2

Please sign in to comment.