mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-05 09:29:19 +08:00
[tests] fix linting issue
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user