jmaicaaan / express-starter-ts

This repository gives the developer an Express Starter written in Typescript to kick off there development fast 🔥🔥🔥
6 stars 0 forks source link

Refactor test scripts. #38

Closed ghost closed 6 years ago

ghost commented 6 years ago

Add tests for: -unit -end 2 end -integration

Sit the test next to implementation. There is WIP of this on the next branch

jmaicaaan commented 6 years ago

What is the test for integration vs e2e?

ghost commented 6 years ago

https://codeutopia.net/blog/2015/04/11/what-are-unit-testing-integration-testing-and-functional-testing/ I think this hold enough information for that, though are main focus for testing right now is e2e. But we are preparing the folder structure to adopt if we will gonna add a test for the 2 remaining

jmaicaaan commented 6 years ago

Got it, I see what you did in the next branch. Let's do it then, you can see my comments here