add empty line after unit test for better readablility

This commit is contained in:
Benjamin Kroeger 2016-04-13 17:26:26 +02:00
parent 107da91ae3
commit c2604c9049
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ describe('loopback.token(options)', function() {
done();
});
});
it('should overwrite existing token when enableDoublecheck ' +
'and overwriteExistingToken options are truthy',
function(done) {