File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/rules-unit-testing Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
7
7
* You may obtain a copy of the License at
8
- *
8
+ *rule
9
9
* http://www.apache.org/licenses/LICENSE-2.0
10
10
*
11
11
* Unless required by applicable law or agreed to in writing, software
@@ -25,12 +25,14 @@ export {
25
25
apps ,
26
26
assertFails ,
27
27
assertSucceeds ,
28
+ discoverEmulators ,
28
29
clearFirestoreData ,
29
30
database ,
30
31
firestore ,
31
32
initializeAdminApp ,
32
33
initializeTestApp ,
33
34
loadDatabaseRules ,
34
35
loadFirestoreRules ,
36
+ useEmulators ,
35
37
withFunctionTriggersDisabled
36
38
} from './src/api' ;
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import * as request from 'request';
22
22
import { base64 } from '@firebase/util' ;
23
23
import { setLogLevel , LogLevel } from '@firebase/logger' ;
24
24
import { Component , ComponentType } from '@firebase/component' ;
25
- import { option } from 'yargs' ;
26
25
27
26
const { firestore, database } = firebase ;
28
27
export { firestore , database } ;
You can’t perform that action at this time.
0 commit comments