Skip to content

Commit a7b785b

Browse files
committed
chore: fixed failing test case
1 parent ac0ed07 commit a7b785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
},
1616
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
1717
transformIgnorePatterns: [
18-
'node_modules/(?!(react-native|@react-native|react-redux|unist-util-visit|unist-util-is|mdast-util-to-string|mdast-util-from-markdown|micromark|parse-entities|character-entities|unist-util-stringify-position))',
18+
'node_modules/(?!(react-native|@react-native|@react-navigation|react-redux|unist-util-visit|unist-util-is|mdast-util-to-string|mdast-util-from-markdown|micromark|parse-entities|character-entities|unist-util-stringify-position))',
1919
],
2020
setupFiles: [
2121
'./node_modules/react-native-gesture-handler/jestSetup.js',

0 commit comments

Comments
 (0)