Skip to content

Commit 5b6fede

Browse files
chore: Remove unnecessary mock from test
1 parent 45e8c02 commit 5b6fede

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Libraries/Animated/__tests__/Animated-web-test.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111
let Animated = require('../Animated').default;
1212
let AnimatedProps = require('../nodes/AnimatedProps').default;
1313

14-
jest.mock('../../BatchedBridge/NativeModules', () => ({
15-
NativeAnimatedModule: {},
16-
PlatformConstants: {
17-
getConstants() {
18-
return {};
19-
},
20-
},
21-
}));
22-
2314
jest.mock('../../Utilities/Platform', () => {
2415
return {OS: 'web'};
2516
});

0 commit comments

Comments
 (0)