Skip to content

Commit 2bd718b

Browse files
committed
chore: add jquery import
1 parent ca28bd8 commit 2bd718b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devextreme/testing/tests/DevExpress.core/utils.shadow_dom.tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import $ from 'jquery';
12
import { computeStyleSheetsHash, addShadowDomStyles } from '__internal/core/utils/m_shadow_dom';
23

34
QUnit.module('computeStyleSheetsHash', () => {
@@ -36,6 +37,7 @@ QUnit.module('addShadowDomStyles', () => {
3637

3738
const div = document.createElement('div');
3839
shadow.appendChild(div);
40+
3941
const $div = $(div);
4042

4143
addShadowDomStyles($div);

0 commit comments

Comments
 (0)