nodules icon indicating copy to clipboard operation
nodules copied to clipboard

Test/promise

Open dominictarr opened this issue 14 years ago • 1 comments

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

dominictarr avatar Oct 15 '10 13:10 dominictarr

oh yeah, it uses http://github.com/bentomas/node-async-testing

>npm install async_testing
>node test/promise.test.js

dominictarr avatar Oct 15 '10 13:10 dominictarr