浏览代码

Remove reference of KeyframeTrackConstructor and KeyframeTrackPrototype in unit test

Tristan VALCKE 7 年之前
父节点
当前提交
59e611b58f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      test/unit/src/animation/KeyframeTrack.tests.js

+ 0 - 2
test/unit/src/animation/KeyframeTrack.tests.js

@@ -4,8 +4,6 @@
 /* global QUnit */
 /* global QUnit */
 
 
 import { KeyframeTrack } from '../../../../src/animation/KeyframeTrack';
 import { KeyframeTrack } from '../../../../src/animation/KeyframeTrack';
-import { KeyframeTrackConstructor } from '../../../../src/animation/KeyframeTrackConstructor'; // Todo: why so pain ?
-import { KeyframeTrackPrototype } from '../../../../src/animation/KeyframeTrackPrototype'; // Todo: why so pain ?
 
 
 export default QUnit.module( 'Animation', () => {
 export default QUnit.module( 'Animation', () => {