Skip to content

Commit 9a492cb

Browse files
committed
chore: added assertion from CR comment
1 parent a71b73b commit 9a492cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native/Libraries/Components/AccessibilityInfo/__tests__/AccessibilityInfo-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ describe('AccessibilityInfo', () => {
586586
const isReduceMotionEnabled =
587587
await AccessibilityInfo.isReduceMotionEnabled();
588588

589+
expect(mockGetCurrentReduceMotionState).toHaveBeenCalled();
589590
expect(isReduceMotionEnabled).toBe(true);
590591
});
591592

0 commit comments

Comments
 (0)