loopback-connector-remote/test
Dimitris a3d110b78c
Preserve related models from "include" filter
Before this change, when making a remote call with "include" filter
(for example `findById(11, {include:['children']})`), the related
models were removed from the result.

This commit fixes the implementation to correctly preserve related
models and also to cast them to correct model instances.
2017-12-12 09:39:37 +01:00
..
integration Refactor tests to use local per-app model registry 2017-12-11 14:45:43 +01:00
helper.js Add eslint to npm test, fix linter issues 2017-12-11 14:51:48 +01:00
models.test.js Add eslint to npm test, fix linter issues 2017-12-11 14:51:48 +01:00
remote-connector.test.js Add eslint to npm test, fix linter issues 2017-12-11 14:51:48 +01:00
remote-models.test.js Preserve related models from "include" filter 2017-12-12 09:39:37 +01:00