Remove only
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
This commit is contained in:
parent
69b01b23f9
commit
902885c3f8
|
@ -601,7 +601,7 @@ describe('relations', function () {
|
|||
});
|
||||
});
|
||||
|
||||
describe.only('hasMany through between same model', function () {
|
||||
describe('hasMany through between same model', function () {
|
||||
var User, Follow, Address;
|
||||
|
||||
before(function (done) {
|
||||
|
|
Loading…
Reference in New Issue