Add feature to allow nested include and filtering relationships/associations #36
@ -94,4 +94,4 @@ test('inlcude filter /teams?include[]={"model": "City", "where": {"name": "Heald
|
|||||||
|
|
||||||
const { statusCode } = await server.inject({ url, method });
|
const { statusCode } = await server.inject({ url, method });
|
||||||
t.is(statusCode, STATUS_OK);
|
t.is(statusCode, STATUS_OK);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user