Skip to content

Commit

Permalink
try fix jest mock
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Jul 28, 2023
1 parent 9c5a14a commit 201b127
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/jest/jestSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jest.mock('react-native-blob-util', () => ({

jest.mock('react-native-reanimated', () => require('react-native-reanimated/mock'));

jest.mock('react-native-gifted-charts', () => ({
BarChart: {},
PieChart: {},
LineChart: {},
LineChartBicolor: {},
}));

NativeModules.ReactLocalization = {
language: 'en',
locale: 'en',
Expand Down

0 comments on commit 201b127

Please sign in to comment.