标签: javascript unit-testing mocha
如果我在async.waterfall([...])中有一组函数,是否可以使用mocha分别测试它们?如果可以,怎么办?
async.waterfall([...])
mocha