When wrapping the dustjs template engine using es6 promise, (885f29b3a1b1aa6928b8c07124794a887b610d4f) for cmd/render.js the promise is never triggered (77aa5564a69a6bf447ed9831d031c674d85e1968), however the tests are working as expected.
The reason is I got process.exit(0) called in cli/app.js after command executed, which stop the application, comment out it, and everything is working. It's not the problem of other libraries.
Related #7
When wrapping the dustjs template engine using es6 promise, (885f29b3a1b1aa6928b8c07124794a887b610d4f) for
cmd/render.js
the promise is never triggered (77aa5564a69a6bf447ed9831d031c674d85e1968), however the tests are working as expected.