You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
App doesn't contain test case as a result, new changes can break previous functionality. Unit, Integration and end-to-end test cases are required to make app robust and less error prone.
Describe the solution you'd like
Write simple unit test case
Write integration test
Write end-to-end test
Additional context
Use jest.js for unit & integration test
Use detox.js for end-to-end test
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
App doesn't contain test case as a result, new changes can break previous functionality. Unit, Integration and end-to-end test cases are required to make app robust and less error prone.
Describe the solution you'd like
Additional context
Use jest.js for unit & integration test
Use detox.js for end-to-end test
The text was updated successfully, but these errors were encountered: