Skip to content

Commit 3c91ad4

Browse files
committed
format
1 parent fbd59e1 commit 3c91ad4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/firestore/test/integration/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
import { deleteApp } from '@firebase/app';
19-
import { Deferred , isNode } from '@firebase/util';
19+
import { Deferred, isNode } from '@firebase/util';
2020
import { expect, use } from 'chai';
2121
import chaiAsPromised from 'chai-as-promised';
2222

packages/firestore/test/integration/api/query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ import {
7474
import { USE_EMULATOR } from '../util/settings';
7575
import { captureExistenceFilterMismatches } from '../util/testing_hooks_util';
7676

77-
7877
apiDescribe('Queries', persistence => {
7978
addEqualityMatcher();
8079

packages/firestore/test/unit/api/database.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import {
4343
} from '../../util/api_helpers';
4444
import { keys } from '../../util/helpers';
4545

46-
4746
describe('Bundle', () => {
4847
it('loadBundle does not throw with an empty bundle string)', async () => {
4948
const db = newTestFirestore();

0 commit comments

Comments
 (0)