Skip to content

Commit d415d4d

Browse files
committed
remove .only
1 parent f35d483 commit d415d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import {
4444
withTestDocAndInitialData
4545
} from '../util/helpers';
4646

47-
apiDescribe.only('Snapshot Listener source options ', persistence => {
47+
apiDescribe('Snapshot Listener source options ', persistence => {
4848
// eslint-disable-next-line no-restricted-properties
4949
(persistence.gc === 'lru' ? describe : describe.skip)(
5050
'listen to persistence cache',

0 commit comments

Comments
 (0)