Skip to content

Commit beec6ce

Browse files
committed
Enable bundle spec tests for ios
1 parent e0b677e commit beec6ce

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

Lines changed: 1 addition & 1 deletion
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)