It's easy to write clean-room unit-tests with truffle:
With the truffle config file you can manage:
Truffle boxes are a great way:
Truffle has an integrated in-memory blockchain which makes unit-testing very easy:
Using truffle-contract over Web3.js:
Why is Unit-Testing so important?