Skip to content

Commit

Permalink
Core: fix animation/fx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Oct 14, 2024
1 parent 4aaf069 commit 95e1117
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const $ = require('jquery');
const renderer = require('core/renderer');
const eventsEngine = require('events/core/events_engine');
const fx = require('animation/fx');
const translator = require('animation/translator');
const animationFrame = require('animation/frame');
const support = require('core/utils/support');
const positionUtils = require('animation/position');
import $ from 'jquery';
import renderer from 'core/renderer';
import eventsEngine from 'events/core/events_engine';
import fx from 'animation/fx';
import translator from 'animation/translator';
import animationFrame from 'animation/frame';
import positionUtils from 'animation/position';
import support from '__internal/core/utils/m_support';

QUnit.testStart(function() {
const markup =
Expand Down

0 comments on commit 95e1117

Please sign in to comment.