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', () => {
39
39
'analytics' ,
40
40
'auth' ,
41
41
'cleanup' ,
42
- 'crashlytics' ,
43
42
'database' ,
44
43
'firestore' ,
45
44
'makeChange' ,
@@ -78,4 +77,3 @@ import './providers/scheduled.spec';
78
77
// import './providers/https.spec';
79
78
// import './providers/pubsub.spec';
80
79
// import './providers/storage.spec';
81
- // import './providers/crashlytics.spec';
Original file line number Diff line number Diff line change 1
1
import { makeChange , wrap , mockConfig } from './main' ;
2
2
import * as analytics from './providers/analytics' ;
3
3
import * as auth from './providers/auth' ;
4
- import * as crashlytics from './providers/crashlytics' ;
5
4
import * as database from './providers/database' ;
6
5
import * as firestore from './providers/firestore' ;
7
6
import * as pubsub from './providers/pubsub' ;
@@ -13,7 +12,6 @@ export interface LazyFeatures {
13
12
makeChange : typeof makeChange ;
14
13
analytics : typeof analytics ;
15
14
auth : typeof auth ;
16
- crashlytics : typeof crashlytics ;
17
15
database : typeof database ;
18
16
firestore : typeof firestore ;
19
17
pubsub : typeof pubsub ;
@@ -26,7 +24,6 @@ export const features: LazyFeatures = {
26
24
makeChange,
27
25
analytics,
28
26
auth,
29
- crashlytics,
30
27
database,
31
28
firestore,
32
29
pubsub,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments