fix: resolve jest test suite setup issues for mobile and web apps - #16
Conversation
Co-authored-by: Gautam7352 <62495093+Gautam7352@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Gautam7352 <62495093+Gautam7352@users.noreply.github.com>
…ovdata tool error Co-authored-by: Gautam7352 <62495093+Gautam7352@users.noreply.github.com>
Resolved build and test issues for the
apps/mobileandapps/webpackages.apps/web: Tests were broken. Created simple tests and fixed configurations (ignoring.nextcache directory injest.config.ts). Now Next.js tests run properly.apps/mobile: Tests were crashing because of issues parsing files like@react-native-async-storage,react-native-reanimated, andreact-native-worklets. Modifiedjest.config.jsto correctly define thetransformIgnorePatternsregex and fixedjest.setup.jsto correctly mock libraries such asreact-native-reanimatedandreact-native-workletsto make standard test renders pass. Installedbabel-jest&@babel/preset-reactasdevDependenciesin thepackage.json. Tests are fully operational now.apps/server: Tests already run perfectly. Supplied environment variables mock files to allow test servers logic to execute correctly. Builds smoothly.All systems are fully functional.
PR created automatically by Jules for task 16518981300337370380 started by @Gautam7352