-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update ios and android agents to v2.7.0 INTER-1002 #135
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Ilya Taratukhin <[email protected]>
Coverage report
Show files with reduced coverage 🔻
Test suite run success21 tests passing in 3 suites. Report generated by 🧪jest coverage report action from 7cb2d69 Show full coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the markup to improve the UX of the demo project on the small screens. Also, I added 2 tests to be sure about timeout behavior.
In general I found only one problem - an outdated lock file for TestProject.
@@ -23,14 +23,14 @@ | |||
"@react-native/metro-config": "0.73.3", | |||
"babel-jest": "^29.6.3", | |||
"eslint": "^8.19.0", | |||
"jest": "^27.4.7", | |||
"jest": "^29.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to commit updated lock file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks!
This PR will create a minor release 🚀3.3.0 (2024-12-24)Features
Bug Fixes
|
This PR solves INTER-1002