Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroldi committed Dec 3, 2024
1 parent ce4298e commit 87a13e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('domCreator', () => {
it('domCreator - undefined', () => {
const doc = document.implementation.createHTMLDocument();
doc.body.appendChild(document.createTextNode('test'));
doc.ownerDocument;
const result = domCreator(undefined).htmlToDOM('test');
expect(result.lastChild).toEqual(doc.lastChild);
});
Expand Down

0 comments on commit 87a13e9

Please sign in to comment.