DEV Community

Discussion on: IF a develop team's people number is only 2,is it necessary to do unit test before publish?

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited
  • keep atleast some integration test
  • have manual testing in staging
  • have unit test for exported and re-used functions
  • you can always have unit test for only the most used functions if you don't want to spend most of your time in writing time