Skip to content

Commit 2bb1e80

Browse files
wu-huichuanr
authored and
chuanr
committed
Enable bundle spec tests for ios (#7096)
1 parent 1ecdf73 commit 2bb1e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/bundle_spec.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function bundleWithDocumentAndQuery(
8585
);
8686
}
8787

88-
describeSpec('Bundles:', ['no-ios'], () => {
88+
describeSpec('Bundles:', [], () => {
8989
specTest('Newer docs from bundles should overwrite cache', [], () => {
9090
const query1 = query('collection');
9191
const docA = doc('collection/a', 1000, { value: 'a' });

0 commit comments

Comments
 (0)