We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecdf73 commit 2bb1e80Copy full SHA for 2bb1e80
packages/firestore/test/unit/specs/bundle_spec.test.ts
@@ -85,7 +85,7 @@ function bundleWithDocumentAndQuery(
85
);
86
}
87
88
-describeSpec('Bundles:', ['no-ios'], () => {
+describeSpec('Bundles:', [], () => {
89
specTest('Newer docs from bundles should overwrite cache', [], () => {
90
const query1 = query('collection');
91
const docA = doc('collection/a', 1000, { value: 'a' });
0 commit comments