microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Added tests for signup and reset routes #158

Closed alexhoffman617 closed 4 years ago

alexhoffman617 commented 5 years ago

Added unit tests for 2 routes and removed some unused imports

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

orta commented 5 years ago

Hrm, this is quite hard to merge because of the formatting changes (and how many other PRs we've merged since then.) and I want to be way of changing runtime behavior by accidental merge side-effects.

Any chance you can make a version which just adds the tests?

peterblazejewicz commented 4 years ago

@alexhoffman617 Thanks for the contribution and PR! These tests changes were included as part of another PR commit: https://github.com/microsoft/TypeScript-Node-Starter/commit/1409fd7164e4320d809094ae7d338680e14fc1cd#diff-dfb19f401af50615efccc1e3dbebe827 and are already part of the master branch. Closing this as no longer relevant, Thanks!