BlackBoxVision / typescript-hapi-starter

🚀 Starter for building APIs with Hapi + Typescript!
MIT License
128 stars 28 forks source link

Add Basic Testing Suite #11

Closed jcloutz closed 5 years ago

jcloutz commented 6 years ago

Do you have have any objections to using https://github.com/substack/tape as the testing framework?

JonatanSalas commented 6 years ago

@jcloutz I didn't think about the testing suite yet. I have more knowledge of testing with mocha and chai. But I'm open to evaluate tape! If you want you can make a PR to integrate it!