test(auth): remove unnecessary sleep call

This commit is contained in:
Salakar
2019-11-26 01:04:56 +00:00
parent bbf3df98ab
commit 09058ee5bb

View File

@@ -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);