eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
747 stars 131 forks source link

Add req.subdomains #213

Closed aniespica closed 4 years ago

aniespica commented 4 years ago

I added the missing the request property subdomains.

eugef commented 4 years ago

Hi @aniespica , thank you for the PR.

Could you please a test for the subdomains property

aniespica commented 4 years ago

Hi @eugef, I added a test for the subdomains property.