UNPKG

fullstrapp

Version:

Bootstrap a scalable full stack application with pre-configured: hosting, database, authentication, analytics, CI, CD, code templates, and issue templates.

13 lines (10 loc) 238 B
import 'jest-localstorage-mock' jest.mock('firebase/app', () => ({ firestore: jest.fn(() => ({ settings: jest.fn(), enablePersistence: jest.fn() })), auth: jest.fn(), initializeApp: jest.fn() })) jest.mock('firebaseui')