eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
753 stars 133 forks source link

Added missing typings for "locals" & created a helper method to get locals #170

Closed alehuo closed 6 years ago

alehuo commented 6 years ago

ResponseOptions seems to be missing typings for "locals", so I added it.

A helper method to get locals has been added to MockResponse. Additional tests have been implemented to make sure that the helper method works.

Tests pass and the code has been linted.

eugef commented 6 years ago

@alehuo thank you for the PR.