openaddresses / submit-service

Middleware service that samples and submits OA PRs
MIT License
3 stars 3 forks source link

Switch to supertest for easier testing #199

Open trescube opened 6 years ago

orangejulius commented 6 years ago

What? are you abandoning tape?

trescube commented 6 years ago

Ha! Nope, though mocha is quite nice. Supertest is a great utility for testing rest endpoints without actually spinning up a expressjs server, which is faster.