ericf / express-slash

Express middleware for people who are anal about trailing slashes.
MIT License
155 stars 13 forks source link

Create a test suite #3

Closed balaclark closed 10 years ago

balaclark commented 10 years ago

I've added a test suite using mocha as the test runner and istanbul for code coverage, I hope this is helpful.

CarsonBanov commented 10 years ago

:+1: tests! Maybe assign @ericf to get some traction here. If not maybe fork

ericf commented 10 years ago

@balaclark thanks for adding these tests. I will look at integrating them before adding Express v4.x support.

balaclark commented 10 years ago

Thanks for the feedback, I'll make the suggested changes soon.

ericf commented 10 years ago

Finally got around to publishing this as v1.0.1. I plan to work on support for Express 4.x now, so thanks again for the tests!