node.js
Update on the node.js asserts
I realized that if you want the assert-extras assertions, you probably want the built-in assertions as well.
Unit testing node.js apps
Recently I've been dabbling in the fantastic library that is node.js. Whenever I enter a new development environment I immediately poke around to figure out how to unit test things. I'm uncomfortable writing too much code without tests, especially when I'm on unfamiliar grounds. Here's what I landed on in round one.