File tree Expand file tree Collapse file tree 3 files changed +0
-67
lines changed Expand file tree Collapse file tree 3 files changed +0
-67
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ describe('index', () => {
3939 'analytics' ,
4040 'auth' ,
4141 'cleanup' ,
42- 'crashlytics' ,
4342 'database' ,
4443 'firestore' ,
4544 'makeChange' ,
@@ -78,4 +77,3 @@ import './providers/scheduled.spec';
7877// import './providers/https.spec';
7978// import './providers/pubsub.spec';
8079// import './providers/storage.spec';
81- // import './providers/crashlytics.spec';
Original file line number Diff line number Diff line change 11import { makeChange , wrap , mockConfig } from './main' ;
22import * as analytics from './providers/analytics' ;
33import * as auth from './providers/auth' ;
4- import * as crashlytics from './providers/crashlytics' ;
54import * as database from './providers/database' ;
65import * as firestore from './providers/firestore' ;
76import * as pubsub from './providers/pubsub' ;
@@ -13,7 +12,6 @@ export interface LazyFeatures {
1312 makeChange : typeof makeChange ;
1413 analytics : typeof analytics ;
1514 auth : typeof auth ;
16- crashlytics : typeof crashlytics ;
1715 database : typeof database ;
1816 firestore : typeof firestore ;
1917 pubsub : typeof pubsub ;
@@ -26,7 +24,6 @@ export const features: LazyFeatures = {
2624 makeChange,
2725 analytics,
2826 auth,
29- crashlytics,
3027 database,
3128 firestore,
3229 pubsub,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments