Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jellizaveta committed Oct 11, 2024
2 parents cafc855 + a06b6e3 commit 58de460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scriptlets/remove-node-text.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ test('case with parent selector option and #text node', (assert) => {
appendChildren(document.body, parentElement, textNode);

assert.strictEqual(textNode.nodeValue, text, 'Text node should contain correct text');
assert.strictEqual(secondTextNode.nodeValue, text, 'Second text node should contain correct text');

runScriptlet(name, ['#text', 'content!', 'body']);

Expand Down

0 comments on commit 58de460

Please sign in to comment.