nodules
nodules copied to clipboard
Test/promise
hi, I've written a test suit for nodule-utils/promise
It covers everything, except for wait, post, can Promise.call, which currently have errors.
I want to do more work on nodules, and I've been reading through the code, and figured that the best way to understand it was writing tests.
cheers. Dominic
oh yeah, it uses http://github.com/bentomas/node-async-testing
>npm install async_testing
>node test/promise.test.js