dojo / grunt-dojo2-extras

Grunt tasks and code supporting continuous delivery across projects. Deploys to gh-pages and latest branch.
https://dojo.github.io/grunt-dojo2-extras/
Other
0 stars 6 forks source link

add tests for `commands/initialize/initDeployment` #41

Closed jacobroufa closed 7 years ago

jacobroufa commented 7 years ago

I've made the changes requested for this and in looking through the test results everything passes, however the tests that eventually throw result in "Unhandled promise rejection warning", even though the promises are wrapped in try/catch statements both in the SUT and the test suites. Can you confirm this behavior @devpaul and help me get to the bottom of it? These two tests are not behaving as previous suites have, with regard to how I am testing the expected functionality asynchronously.

EDIT: Sorry for accidentally closing this PR! My palm clicked the close button before I was able to finish this comment...