Skip to content

Commit

Permalink
Reset AnimationUtils.tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jan 4, 2019
1 parent 55bc035 commit a0fc9b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/src/animation/AnimationUtils.tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Don McCurdy / https://www.donmccurdy.com
* @author TristanVALCKE / https://github.com/Itee
*/
/* global QUnit */

Expand All @@ -10,7 +10,6 @@ export default QUnit.module( 'Animation', () => {
QUnit.module( 'AnimationUtils', () => {

// PUBLIC STUFF

QUnit.todo( "arraySlice", ( assert ) => {

assert.ok( false, "everything's gonna be alright" );
Expand Down

0 comments on commit a0fc9b7

Please sign in to comment.