node-skeleton
node-skeleton copied to clipboard
support endpoint test
ava has no built-in endpoint test capability.
@ziofat Are you talking about adding endpoint testing to the boilerplate? If yes, I would say it is more of an implementation detail - you can install axios or any other library and do the same testing which you are doing right now - or am I wrong in my understanding?
The current test case is totally fake. It should match the current routes like "/hello", which makes the boilerplate complete and self-consistent.
@ziofat Got it! I will add the real test cases in the next release.