Skip to content

Commit 2e74b30

Browse files
committed
Fix imports and export
1 parent bd3fab5 commit 2e74b30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/rules-unit-testing/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
8-
*
8+
*rule
99
* http://www.apache.org/licenses/LICENSE-2.0
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
@@ -25,12 +25,14 @@ export {
2525
apps,
2626
assertFails,
2727
assertSucceeds,
28+
discoverEmulators,
2829
clearFirestoreData,
2930
database,
3031
firestore,
3132
initializeAdminApp,
3233
initializeTestApp,
3334
loadDatabaseRules,
3435
loadFirestoreRules,
36+
useEmulators,
3537
withFunctionTriggersDisabled
3638
} from './src/api';

packages/rules-unit-testing/src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import * as request from 'request';
2222
import { base64 } from '@firebase/util';
2323
import { setLogLevel, LogLevel } from '@firebase/logger';
2424
import { Component, ComponentType } from '@firebase/component';
25-
import { option } from 'yargs';
2625

2726
const { firestore, database } = firebase;
2827
export { firestore, database };

0 commit comments

Comments
 (0)