Explorar o código

Remove reference of KeyframeTrackConstructor and KeyframeTrackPrototype in unit test

Tristan VALCKE %!s(int64=7) %!d(string=hai) anos
pai
achega
59e611b58f
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 */
 
 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', () => {