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 `tasks/prebuild` #38

Closed jacobroufa closed 7 years ago

jacobroufa commented 7 years ago

Per our conversation this test suite now mocks Grunt and is not actually running it. This depends on #42. If in the rest of the task test refactoring I add more common functionality to tests/_support/tasks.ts, this PR may also be updated.

Please also note that I had to --force push my branch, due to closing #37 and opening #42.