upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

Tests fails when invoke third party

Open mustafakameldev opened this issue 4 years ago • 0 comments

Environment

react: 17.0.2
react-native: 0.66.0,

Description

    /node_modules/@react-native/polyfills/error-guard.js:14
    type ErrorHandler = (error: mixed, isFatal: boolean) => void;
         ^^^^^^^^^^^^
    SyntaxError: Unexpected identifier```

I Tried to ignore react native by  ***transformIgnorePatterns**
```    "transformIgnorePatterns": [
      "node_modules/(?!((jest-)?react-native|react-native-confirmation-code-field|@react-native(-community)?)/)",
      "node_modules/(?!(react-native-elements)/)",
      "node_modules/(?!@react-native/|react-native)"
    ],```

mustafakameldev avatar Nov 16 '21 16:11 mustafakameldev