diff --git a/jest.config.js b/jest.config.js index aa578de..24b1f6d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,12 @@ module.exports = { transformIgnorePatterns: [ 'node_modules/(?!(expo|expo-router|expo-font|expo-asset|expo-constants|expo-modules-core|expo-status-bar|expo-splash-screen|expo-file-system|@expo/.*|@expo-google-fonts/.*|@react-native|react-native|react-native-reanimated|react-native-worklets|@react-navigation|react-navigation|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|react-native-ble-plx|react-native-base64|@stripe/.*)/)', ], + testPathIgnorePatterns: [ + '/node_modules/', + '/web/', + '/admin/', + '/WellNuoLite/', + ], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], moduleNameMapper: { '^@/(.*)$': '/$1',