Closed htanjo closed 10 years ago
This is needed, please merge.
thanks. can you add tests?
Hi, I added tests and merged with 0.12.0. I added a new config file "fixtures/testconfig.js" for the following reason.
deepEqual
assertion doesn't work with object contains functions.I'm not sure if it satisfies you... Please let me know if you have any idea.
took #80 instead. Make sure this fixes your use case too. released as 0.13.1
Related to #66, Includes #72 code. This PR supports function tasks with description using aliases.js.
72 fixes the error in this case:
And also this adds supporting below:
I think these function tasks are useful. Thank you!