Need advice: How do you write tests?
We've our Rest API server built on NodeJS and we've started to implement "test". Our app consists of a lot of DB calls (mostly using ORM), API calls to FB and other 3rd party services, Message queue etc. We started implementing Unit tests. However, ...