Skip to content

Commit 6d9d5cd

Browse files
committed
Remove only.
1 parent e005485 commit 6d9d5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function lengthPrefixedString(o: {}): string {
6262
});
6363

6464
// eslint-disable-next-line no-restricted-properties
65-
(isNode() ? describe.skip : describe.only)('Bundle ', () => {
65+
(isNode() ? describe.skip : describe)('Bundle ', () => {
6666
genericBundleReadingTests(1);
6767
genericBundleReadingTests(4);
6868
genericBundleReadingTests(64);

0 commit comments

Comments
 (0)