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 e005485 commit 6d9d5cdCopy full SHA for 6d9d5cd
packages/firestore/test/unit/util/bundle.test.ts
@@ -62,7 +62,7 @@ function lengthPrefixedString(o: {}): string {
62
});
63
64
// eslint-disable-next-line no-restricted-properties
65
-(isNode() ? describe.skip : describe.only)('Bundle ', () => {
+(isNode() ? describe.skip : describe)('Bundle ', () => {
66
genericBundleReadingTests(1);
67
genericBundleReadingTests(4);
68
genericBundleReadingTests(64);
0 commit comments