Skip to content

Commit d646252

Browse files
committed
Removed extraneous testing comments
1 parent 9a92849 commit d646252

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/platform/src/editor/adaptors/usj-marker-action-utils.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ describe("USJ Marker Action Utils", () => {
9696
const insertedNode = secondVerseTextNode.getNextSibling();
9797
if (!$isImmutableVerseNode(insertedNode)) throw new Error("Inserted node is not a verse");
9898
expect(insertedNode.getMarker()).toBe("v");
99-
// Note that renumbering happens in the `UsjNodesMenuPlugin` which isn't in scope here.
10099
expect(insertedNode.getNumber()).toBe("2");
101100
const tailTextNode = insertedNode.getNextSibling();
102101
if (!$isTextNode(tailTextNode)) throw new Error("Tail node is not text");
@@ -126,7 +125,6 @@ describe("USJ Marker Action Utils", () => {
126125
const insertedNode = secondVerseTextNode.getNextSibling();
127126
if (!$isImmutableVerseNode(insertedNode)) throw new Error("Inserted node is not a verse");
128127
expect(insertedNode.getMarker()).toBe("v");
129-
// Note that renumbering happens in the `UsjNodesMenuPlugin` which isn't in scope here.
130128
expect(insertedNode.getNumber()).toBe("2");
131129
const tailTextNode = insertedNode.getNextSibling();
132130
if (!$isTextNode(tailTextNode)) throw new Error("Tail node is not text");

0 commit comments

Comments
 (0)