Vincenzo Chianese
Vincenzo Chianese
I just want to say that it's great you're sharing this with the community! 🚀
I'd be really interested to see this happen. We're developing a project where this library can be really useful. However right now I'm basically creating another wrapping object just for...
:+1: for this. I have got the same issue. The thing is that this package is using custom path properties to specify files and tests, so any preprocessor will not...
The thing is that jspm is not using standard **files** section of karma, so the preprocessor don't work
Hmm...could you make a quick example?
@nightire Could you provide a full working example? I tried your stuff, but it does not transpile the code.
That'd be great. Do you know where to look at or do you need any guidance?
Correct. One example would be [here](https://github.com/ExpressGateway/express-gateway/blob/master/lib/rest/routes/users.js#L14)
Go for it @iwko
@iwko Not exactly that. https://github.com/ExpressGateway/express-gateway/blob/master/lib/rest/routes/users.js#L8-L17 You can see here that, in case the schema validation fails, a generic error is returned using `next(err)`. On the other hand, the end user...