mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-14 12:11:55 +08:00
test(auth): remove unnecessary sleep call
This commit is contained in:
@@ -180,7 +180,6 @@ describe('auth().currentUser', () => {
|
||||
handleCodeInApp: true,
|
||||
url: 'https://react-native-firebase-testing.firebaseapp.com/foo',
|
||||
};
|
||||
await Utils.sleep(3000);
|
||||
const random = Utils.randString(12, '#aA');
|
||||
const email = `${random}@${random}.com`;
|
||||
await firebase.auth().createUserWithEmailAndPassword(email, random);
|
||||
|
||||
Reference in New Issue
Block a user