Skip to content

Commit 4349b31

Browse files
author
Brian Chen
committed
remove .only
1 parent 3cd3d45 commit 4349b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ apiDescribe('Database', (persistence: boolean) => {
543543
});
544544
});
545545

546-
apiDescribe.only('onSnapshotsInSync listener', () => {
546+
apiDescribe('onSnapshotsInSync listener', () => {
547547
function createDocumentListener(
548548
deferred: Deferred<void>,
549549
target: firestore.DocumentReference,

0 commit comments

Comments
 (0)