Sign-off
Signed-off-by: Fabien Franzen <info@atelierfabien.be>
This commit is contained in:
parent
48c4f25b09
commit
03617b58df
|
@ -28,7 +28,7 @@ describe('relations', function () {
|
||||||
after(function () {
|
after(function () {
|
||||||
// db.disconnect();
|
// db.disconnect();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('hasMany', function () {
|
describe('hasMany', function () {
|
||||||
it('can be declared in different ways', function (done) {
|
it('can be declared in different ways', function (done) {
|
||||||
Book.hasMany(Chapter);
|
Book.hasMany(Chapter);
|
||||||
|
|
Loading…
Reference in New Issue