/* global QUnit */ // import { BooleanKeyframeTrack } from '../../../../../src/animation/tracks/BooleanKeyframeTrack.js'; export default QUnit.module( 'Animation', () => { QUnit.module( 'Tracks', () => { QUnit.module( 'BooleanKeyframeTrack', () => { QUnit.todo( 'write me !', ( assert ) => { assert.ok( false, 'everything\'s gonna be alright' ); } ); } ); } ); } );