alamid
alamid copied to clipboard
Integration test for the whole service handling
- check local & remote validators
- signatures of the callbacks (err, res) etc.
The serviceAdapter should be used directly by the model but also by runService middleware. The whole logic should be simplified and kept at one place.
merge...
- serviceAdapter
- ModelStatics
- runService.middleware
We also need a integration test with server requests. There is already one at /integration which we can extend. DONE.
This is also related to #201