Skip to content

Commit bd031d5

Browse files
committed
Removed comment
1 parent dc12948 commit bd031d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/database-compat/test/database.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ describe('Database Tests', () => {
281281

282282
it('can call useEmulator before use', () => {
283283
const db = firebase.database();
284-
// Cast as any as _delegate isn't a public property
285284
db.useEmulator('localhost', 1234);
286285
// Cast as any as _delegate isn't a public property
287286
expect((db as any)._delegate._repo.repoInfo_.isUsingEmulator).to.be.true;

0 commit comments

Comments
 (0)