add empty line after unit test for better readablility
This commit is contained in:
parent
107da91ae3
commit
c2604c9049
|
@ -282,6 +282,7 @@ describe('loopback.token(options)', function() {
|
|||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it('should overwrite existing token when enableDoublecheck ' +
|
||||
'and overwriteExistingToken options are truthy',
|
||||
function(done) {
|
||||
|
|
Loading…
Reference in New Issue