We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf9b25 commit 463cae8Copy full SHA for 463cae8
packages/firestore/test/integration/browser/indexeddb.test.ts
@@ -31,7 +31,7 @@ import {
31
PERSISTENCE_MODE_UNSPECIFIED
32
} from '../util/helpers';
33
34
-describe.only('where indexeddb is not available: ', () => {
+describe('where indexeddb is not available: ', () => {
35
// Only test on platforms where persistence is *not* available (e.g. Edge,
36
// Node.JS).
37
if (isPersistenceAvailable()) {
0 commit comments