Skip to content

Commit

Permalink
chore: Remove unnecessary mock from test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Nov 16, 2022
1 parent 45e8c02 commit 5b6fede
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Libraries/Animated/__tests__/Animated-web-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
let Animated = require('../Animated').default;
let AnimatedProps = require('../nodes/AnimatedProps').default;

jest.mock('../../BatchedBridge/NativeModules', () => ({
NativeAnimatedModule: {},
PlatformConstants: {
getConstants() {
return {};
},
},
}));

jest.mock('../../Utilities/Platform', () => {
return {OS: 'web'};
});
Expand Down

0 comments on commit 5b6fede

Please sign in to comment.