Skip to content

Commit

Permalink
fix unintentional line deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Dec 29, 2023
1 parent 6b0ee38 commit 735f3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/document-util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ describe('DOMTextScanner', () => {
expectedResultOffset,
expectedResultContent
} = testElement.dataset;

const seekOffset2 = parseInt(/** @type {string} */ (seekOffset), 10);
const seekLength2 = parseInt(/** @type {string} */ (seekLength), 10);
const expectedResultOffset2 = parseInt(/** @type {string} */ (expectedResultOffset), 10);
Expand Down

0 comments on commit 735f3df

Please sign in to comment.