Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Watch:test task references outdated test:generate task #82

Closed evanweible-wf closed 10 years ago

evanweible-wf commented 10 years ago

Problem

With the camelCase refactor (https://github.com/Workiva/wGulp/pull/73), a reference to the old test:generate task was left in the watch:test task definition, causing all watch:test runs to fail.

Solution

Update references of test:generate to preTest.

How to Test / +10


@maxwellpeterson-wf @trentgrover-wf @charliekump-wf

maxwellpeterson-wf commented 10 years ago

+1

trentgrover-wf commented 10 years ago

+10

@charliekump-wf ready for merge + minor release

charliekump-wf commented 10 years ago

QA Resource Approval: +1

Merging into master.