jest5 [React Native] Jest / SyntaxError: Cannot use import statement outside a module Jest 사용 중 import문 쪽에서 이슈가 발생했습니다. package.json에 아래 문장을 추가해주니 해결이 되었습니다. "jest": { ... "transformIgnorePatterns": [ "node_modules/(?!react-native|react-navigation)/" ] ... } 이후 terminal에서 yarn test 명령어 실행 시 캐시를 지우고 실행을 해주어야 적용이 되는 것 같습니다. yarn test --no-cache 참고 https://github.com/facebook/jest/issues/11591#issuecomment-899508417 Jest encountered an unexpected token · Issue #11591 · facebook/jest.. 2021. 8. 18. 이전 1 2 다음