We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e6540 commit 0a8bf24Copy full SHA for 0a8bf24
libs/shared-react/src/plugins/usj/annotation/selection.utils.data-driven.test.ts
@@ -47,9 +47,9 @@ import {
47
* Expected `roundTripped.start` for text locations where `$getUsjSelectionFromEditor` emits
48
* base-USJ paths that differ from `entry.documentLocation` (paranext-style paths).
49
*/
50
-const TEXT_CONTENT_ANNOTATION_AGNOSTIC_ROUND_TRIP_EXPECTED: Partial<
51
- Record<string, UsjDocumentLocation>
52
-> = {
+const TEXT_CONTENT_ANNOTATION_AGNOSTIC_ROUND_TRIP_EXPECTED: {
+ [key: string]: UsjDocumentLocation | undefined;
+} = {
53
"textContent at $.content[16].content[1].content[0] offset 0": {
54
jsonPath: "$.content[16].content[0].content[0]",
55
offset: 0,
0 commit comments