Skip to content

Commit

Permalink
chore: update snapshot file & merge LogBox ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianvp committed Sep 25, 2024
1 parent 0b0a8d4 commit 5e424be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import { ModeEnum, RouteEnums } from './app/AppState';

import { LogBox } from 'react-native';

LogBox.ignoreLogs(['Require cycle: app\\uris\\serverUris.mock.ts -> app\\uris\\serverUris.mock.ts']);
LogBox.ignoreLogs(['[Reanimated] Reduced motion setting is enabled on this device.']);
LogBox.ignoreLogs([
'Require cycle: app\\uris\\serverUris.mock.ts -> app\\uris\\serverUris.mock.ts',
'[Reanimated] Reduced motion setting is enabled on this device.',
]);

const advancedTheme: ThemeType = {
dark: true,
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/Send.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ exports[`Component Send - test Send currency USD, privacy high & mode advanced -
"paddingRight": 20,
}
}
testID="send.button"
testID="send.button-disabled"
>
<View
style={
Expand Down Expand Up @@ -2220,7 +2220,7 @@ exports[`Component Send - test Send no currency, privacy normal & mode basic - s
"paddingRight": 20,
}
}
testID="send.button"
testID="send.button-disabled"
>
<View
style={
Expand Down

0 comments on commit 5e424be

Please sign in to comment.