We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isRunningAgainstEmulator()
1 parent 261bbd5 commit 20ab129Copy full SHA for 20ab129
packages/firestore/test/integration/util/helpers.ts
@@ -82,10 +82,6 @@ export function isPersistenceAvailable(): boolean {
82
);
83
}
84
85
-export function isRunningAgainstEmulator(): boolean {
86
- return USE_EMULATOR;
87
-}
88
-
89
/**
90
* A wrapper around Mocha's describe method that allows for it to be run with
91
* persistence both disabled and enabled (if the browser is supported).
0 commit comments