CharlesMangwa / react-native-simple-markdown

📜 React Native Markdown component (iOS & Android).
https://www.npmjs.com/package/react-native-simple-markdown
MIT License
414 stars 134 forks source link

Error in jest Cannot use import statement outside a module #132

Open jsoneaday opened 2 years ago

jsoneaday commented 2 years ago

I have a Typescript React Native project using Jest for testing. My app builds fine but when I run tests with Jest I get this error. Am I missing a config?