Bladeren bron

Remove reference of KeyframeTrackConstructor and KeyframeTrackPrototype in unit test

Tristan VALCKE 7 jaren geleden
bovenliggende
commit
59e611b58f
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  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', () => {