Skip to content

Commit 2b96c32

Browse files
author
cnilton
committed
removed commented jest setup code
1 parent 961a6e2 commit 2b96c32

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

jest.setup.js

-20
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,3 @@ jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter');
22
jest.mock('react-native-reanimated', () =>
33
require('react-native-reanimated/mock'),
44
);
5-
// jest.mock('react-native-reanimated', () => {
6-
// const View = require('react-native').View;
7-
8-
// return {
9-
// Value: jest.fn(),
10-
// event: jest.fn(),
11-
// add: jest.fn(),
12-
// eq: jest.fn(),
13-
// set: jest.fn(),
14-
// cond: jest.fn(),
15-
// interpolate: jest.fn(),
16-
// View: View,
17-
// Extrapolate: { CLAMP: jest.fn() },
18-
// Transition: {
19-
// Together: 'Together',
20-
// Out: 'Out',
21-
// In: 'In',
22-
// },
23-
// };
24-
// });

0 commit comments

Comments
 (0)