How to write unit test case using jest and nodeJsUnit test case is very important for our app. It helps us to improve the code quality and save our time to test an app after each change…Nov 5, 2021Nov 5, 2021
How to create a CI/CD pipeline to run test cases on Github actions.Github provides a workflow to automate the task. We write unit test cases for our app. but the problem is that we couldn’t run again and…Nov 2, 2021Nov 2, 2021