Skip to content

Commit 20ab129

Browse files
Remove unused isRunningAgainstEmulator() (#2648)
1 parent 261bbd5 commit 20ab129

File tree

1 file changed

+0
-4
lines changed
  • packages/firestore/test/integration/util

1 file changed

+0
-4
lines changed

packages/firestore/test/integration/util/helpers.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ export function isPersistenceAvailable(): boolean {
8282
);
8383
}
8484

85-
export function isRunningAgainstEmulator(): boolean {
86-
return USE_EMULATOR;
87-
}
88-
8985
/**
9086
* A wrapper around Mocha's describe method that allows for it to be run with
9187
* persistence both disabled and enabled (if the browser is supported).

0 commit comments

Comments
 (0)