Skip to content

Commit ed3f5cf

Browse files
committed
format
1 parent bd906a5 commit ed3f5cf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

packages/firestore/test/integration/util/composite_index_test_helper.ts

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,17 @@ import {
5252
import { COMPOSITE_INDEX_TEST_COLLECTION, DEFAULT_SETTINGS } from './settings';
5353

5454
/**
55-
* This helper class is designed to facilitate integration testing of Firestore
56-
* queries that require composite indexes within a controlled testing environment.
55+
* This helper class is designed to facilitate integration testing of Firestore queries that
56+
* require composite indexes within a controlled testing environment.
5757
*
58-
* Key Features:
59-
* - Runs tests against the dedicated test collection with predefined composite indexes.
60-
* - Automatically associates a test ID with documents for data isolation.
61-
* - Utilizes TTL policy for automatic test data cleanup.
62-
* - Constructs Firestore queries with test ID filters.
58+
* <p>Key Features:
59+
*
60+
* <ul>
61+
* <li>Runs tests against the dedicated test collection with predefined composite indexes.
62+
* <li>Automatically associates a test ID with documents for data isolation.
63+
* <li>Utilizes TTL policy for automatic test data cleanup.
64+
* <li>Constructs Firestore queries with test ID filters.
65+
* </ul>
6366
*/
6467
export class CompositeIndexTestHelper {
6568
private readonly testId: string;

0 commit comments

Comments
 (0)