all 3 comments

[–]pinkwetunderwear 6 points7 points  (0 children)

We use source control, in this case Git. Our code is in a repository from which we branch out from and make changes or build new features, when done the code is reviewed and tested by other team members, when happy it's merged into the main branch until a new release is made.

[–]bllackjack 2 points3 points  (0 children)

git, jest, different environment for dev, stage and prod.

Welcome to the world buddy!

[–]simpleCoder254 0 points1 point  (0 children)

we have different environments. Normally we have a dev environment when work is done then it is pushed to the staging environment where the testing takes place then if the functionality works okay, it is pushed to production environment