Dev niceties #27

Merged
domenic merged 3 commits from dev-niceties into master 2012-05-16 08:33:13 -07:00

3 commits

Author SHA1 Message Date
domenic
828798c43c Using nodeunit's deepEqual instead of manually looping.
This makes for more readable assertion messages (so you can actually see the difference in the lists), and removes the underscore dependency.
2012-05-14 19:21:37 -04:00
domenic
99342e073f Updating test script to work on Windows.
npm had a bug a while ago where you needed to specify the full path for scripts. This is no longer the case. Using the command name instead of the full path allows `npm test` to work on Windows.
2012-05-14 19:15:28 -04:00
domenic
2abdfaf40c Add npm-debug.log to .gitignore. 2012-05-14 19:14:16 -04:00