Commit Graph

4 Commits

Author SHA1 Message Date
Agnes Lin 59f70ab3ce chore: update copyrights years 2019-05-07 13:34:15 -04:00
Miroslav Bajtoš 60c081f893
chore: update copyright notice years 2018-01-16 15:55:09 +01:00
Miroslav Bajtoš d6a5c768fd
Refactor tests to use local per-app model registry
Refactor tests to stop sharing global models between different test
suites and use local per-app model registry instead.

Also clean up all test code to use `const` and `let` instead of `var`.
2017-12-11 14:45:43 +01:00
Simon Ho c6d36f30a7 Do not use native promises in tests
- Refactor some tests to use bluebird for promise impl
- Fix based on comments at https://github.com/strongloop/loopback-connector-remote/pull/44/files#r61875179
- Add tests to integration dir (organized/named by feature)
2016-05-19 18:04:23 -07:00