Skip to content

Commit

Permalink
Fix linter complains after merging #10483 (#10496)
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Sep 4, 2023
1 parent 091c0be commit 5401909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion handsontable/src/helpers/dom/__tests__/element.spec.js
Expand Up @@ -26,6 +26,7 @@ describe('DOM helpers', () => {
describe('offset', () => {
it('should return correct offset for elements inside a foreign object', () => {
const wrapper = document.createElement('div');

wrapper.innerHTML = /* html */`
<svg xmlns="http://www.w3.org/2000/svg">
<foreignObject width="50" height="50">
Expand All @@ -44,5 +45,5 @@ describe('DOM helpers', () => {

document.body.removeChild(wrapper);
});
})
});
});
1 change: 0 additions & 1 deletion handsontable/src/helpers/dom/__tests__/element.unit.js
Expand Up @@ -8,7 +8,6 @@ import {
removeClass,
selectElementIfAllowed,
fastInnerHTML,
offset,
} from 'handsontable/helpers/dom/element';

describe('DomElement helper', () => {
Expand Down

0 comments on commit 5401909

Please sign in to comment.