We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d625eb5 commit b60b73dCopy full SHA for b60b73d
packages/firestore/test/unit/remote/rest_connection.test.ts
@@ -56,7 +56,7 @@ export class TestRestConnection extends RestConnection {
56
}
57
58
59
-describe.only('RestConnection', () => {
+describe('RestConnection', () => {
60
const testDatabaseInfo = new DatabaseInfo(
61
new DatabaseId('testproject'),
62
'test-app-id',
0 commit comments