Resolve linter issues

This commit is contained in:
Chi Vinh Le
2018-06-05 04:28:54 +02:00
parent d9a1d739dc
commit ccff6ed63b
148 changed files with 1171 additions and 265 deletions
+1 -2
View File
@@ -75,8 +75,7 @@ describe('/api/v1/auth/local', () => {
describe('email confirmation enabled', () => {
beforeEach(() =>
SettingsService.update({ requireEmailConfirmation: true })
);
SettingsService.update({ requireEmailConfirmation: true }));
describe('#post', () => {
it('should not allow a login from a user that is not confirmed', () => {