Commit bf9a06fc authored by Kyle Keating's avatar Kyle Keating Committed by Robert Knight

Remove commented out assert.equal test

parent 275ea593
......@@ -349,9 +349,6 @@ describe('annotator/anchoring/types', () => {
exact: 'Four',
});
const newRange = anchor.toRange();
// startContainer of anchor.toRange() points to <div>
// rather than the text node "Four score ..."
// assert.equal(anchor.toRange(), range);
assert.equal(newRange.toString(), 'Four');
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment