NutritionMate / Nutrition.Information.Api

This is an API to retrieve the nutritional information of a given food item.
MIT License
1 stars 1 forks source link

As developer of the Nutrition Information API, I want to use TypeScript #19

Closed PaddingtonBrown closed 7 years ago

PaddingtonBrown commented 7 years ago

As developer of the Nutrition Information API, I want to use TypeScript, so I get:

Acceptance Criteria Do not lose any current functionality, i.e. after moving to TypeScript, the following stories should not regress:

Test Plan Test #14 by following the same test steps but locally, i.e. running npm test and checking the result of the command. Then test #5 by confirming the Travis CI check is performed on the Pull Request.

Development Work Change to typescript by doing the following:

Definition of Ready

PaddingtonBrown commented 7 years ago

This has been done and merged into master via #20