[tests] fix linting issue

This commit is contained in:
ehesp
2019-08-07 15:42:05 +01:00
parent 10a2cbf306
commit fb20eda7b4

View File

@@ -197,7 +197,9 @@ describe('auth().currentUser', () => {
/* do nothing */
}
return Promise.reject(new Error('sendEmailVerification(actionCodeSettings) caused an error'));
return Promise.reject(
new Error('sendEmailVerification(actionCodeSettings) caused an error'),
);
}
return Promise.resolve();