Skip to content

Commit 463cae8

Browse files
committed
remove .only()
1 parent acf9b25 commit 463cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/browser/indexeddb.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
PERSISTENCE_MODE_UNSPECIFIED
3232
} from '../util/helpers';
3333

34-
describe.only('where indexeddb is not available: ', () => {
34+
describe('where indexeddb is not available: ', () => {
3535
// Only test on platforms where persistence is *not* available (e.g. Edge,
3636
// Node.JS).
3737
if (isPersistenceAvailable()) {

0 commit comments

Comments
 (0)