File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
packages/firestore/test/integration/util Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,17 @@ import {
52
52
import { COMPOSITE_INDEX_TEST_COLLECTION , DEFAULT_SETTINGS } from './settings' ;
53
53
54
54
/**
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.
57
57
*
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>
63
66
*/
64
67
export class CompositeIndexTestHelper {
65
68
private readonly testId : string ;
You can’t perform that action at this time.
0 commit comments