Skip to content

Commit 7e17920

Browse files
Remove only
1 parent 104602c commit 7e17920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('typeCast', () => {
3434
const bar: Bar = debugCast(foo, Bar);
3535
});
3636

37-
it.only('validates types', () => {
37+
it('validates types', () => {
3838
class Foo {}
3939
class Bar {}
4040
const foo = new Foo();

0 commit comments

Comments
 (0)