mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 20:51:29 +10:00
Delete Account unit tests: added tests related to Google reauthentication
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import Auth from './gatsby-plugin-firebase/auth/auth';
|
||||
import GoogleAuthProvider from './gatsby-plugin-firebase/auth/googleAuthProvider';
|
||||
import Database from './gatsby-plugin-firebase/database/database';
|
||||
import Functions from './gatsby-plugin-firebase/functions/functions';
|
||||
import AuthConstants from './gatsby-plugin-firebase/constants/auth';
|
||||
@ -19,6 +20,8 @@ class FirebaseStub {
|
||||
}
|
||||
}
|
||||
|
||||
FirebaseStub.auth.GoogleAuthProvider = GoogleAuthProvider;
|
||||
|
||||
FirebaseStub.database.ServerValue = {};
|
||||
Object.defineProperty(FirebaseStub.database.ServerValue, 'TIMESTAMP', {
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user