-
-
Notifications
You must be signed in to change notification settings - Fork 130
Write automated test #90
Copy link
Copy link
Open
Labels
Priority: MediumStatus: In ProgressWorking on the issueWorking on the issueType: EnhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Priority: MediumStatus: In ProgressWorking on the issueWorking on the issueType: EnhancementNew feature or requestNew feature or request
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