mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-21 13:30:11 -06:00
update jest.config.js
Changes taken from @charpeni 🙏
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
module.exports = {
|
||||
preset: 'react-native',
|
||||
setupFiles: ["./node_modules/react-native-gesture-handler/jestSetup.js"],
|
||||
extensionsToTreatAsEsm: ['.ts', '.tsx']
|
||||
extensionsToTreatAsEsm: ['.ts', '.tsx'],
|
||||
transformIgnorePatterns: [
|
||||
'node_modules/(?!((@)?react-native|react-native-url-polyfill|@react-navigation|react-native-track-player)/)',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user