Node.JS testing with Jasmine, databases, and pre-existing code
- by Jim Rubenstein
I've recently built the start of a core system which is likely going turn into a monster product. I'm building the system with node.js, and decided after I got a small base built, that It'd be a great idea to start using some sort of automated test suite to test the application.
I decided to use jasmine, as it seems pretty solid and has a lot of…