Skip to content

Commit b8d88c3

Browse files
committed
chore: add reanimated plugin to babel jest config to fix tests
1 parent 04c951c commit b8d88c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/example/babel.jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ module.exports = {
2222
},
2323
],
2424
['@babel/plugin-proposal-class-properties', { loose: false }],
25+
'react-native-reanimated/plugin',
2526
],
2627
};

0 commit comments

Comments
 (0)