Browse Source

Reset AnimationUtils.tests.js

Don McCurdy 6 năm trước cách đây
mục cha
commit
a0fc9b75dc
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      test/unit/src/animation/AnimationUtils.tests.js

+ 1 - 2
test/unit/src/animation/AnimationUtils.tests.js

@@ -1,5 +1,5 @@
 /**
- * @author Don McCurdy / https://www.donmccurdy.com
+ * @author TristanVALCKE / https://github.com/Itee
  */
 /* global QUnit */
 
@@ -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" );