2015-05-04 17:05:48 +08:00
|
|
|
var torque = require('../lib/torque/core');
|
|
|
|
|
|
|
|
QUnit.module('animator');
|
|
|
|
|
|
|
|
var animator = null;
|
|
|
|
|
|
|
|
QUnit.testStart(function() {
|
2015-05-11 16:24:37 +08:00
|
|
|
// animator = new torque.Animator(function(){}, {steps: 5});
|
2015-05-04 17:05:48 +08:00
|
|
|
});
|
|
|
|
|
2015-05-11 16:24:37 +08:00
|
|
|
// test('time moves', function() {
|
|
|
|
// expect(0);
|
|
|
|
// //animator.start();
|
|
|
|
// });
|