loopback/test
Miroslav Bajtoš b1679803d9 test: add hasAndBelongsToMany integration test
* it allows to find related object via URL scope
  GET /api/categories/{cat-id}/products

* it allows to find related objects via where filter
  GET /api/products?filter[where][categoryId]={cat-id}
  (skipped for now)

* it includes requested related models in `find`
  GET /api/categories/findOne
      ?filter[where][id]=CAT-ID&filter[include]=products

* it includes requested related models in `findById`
  GET /api/categories/{cat-id}?include=products
  (skipped for now)
2014-03-25 19:38:15 +01:00
..
fixtures Make verifications url safe 2014-03-21 12:02:11 -07:00
access-control.integration.js Improve the ACL matching algorithm 2014-03-19 15:09:20 -07:00
access-token.test.js Allow requests without auth tokens 2013-12-10 15:57:55 -08:00
acl.test.js Improve the ACL matching algorithm 2014-03-19 15:09:20 -07:00
app.test.js Merge pull request #192 from strongloop/fix/port-zero 2014-02-21 10:08:27 -08:00
data-source.test.js Fix the test case 2013-08-28 10:39:01 -07:00
email.test.js Fix race condition where MyEmail model was not attached to the correct dataSource in tests 2014-01-23 14:25:54 -08:00
geo-point.test.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
integration.test.js Add test for request pausing during authentication 2014-03-18 08:43:24 +01:00
loopback.test.js Add a test for autoAttach 2014-01-23 15:27:31 -08:00
memory.test.js Add memory docs and test 2013-07-16 13:39:03 -07:00
model.application.test.js Remove the generated flag as the id is set by the before hook 2014-03-17 10:01:29 -07:00
model.test.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
relations.integration.js test: add hasAndBelongsToMany integration test 2014-03-25 19:38:15 +01:00
remoting.integration.js Allows options to be passed to strong-remoting 2014-02-19 15:14:31 -08:00
role.test.js Make sure User/AccessToken relations are set up by default 2014-02-14 10:31:30 -08:00
support.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
user.test.js Set the correct status code for User.login 2014-02-28 13:19:52 -08:00