adds beginnings of animator tests
This commit is contained in:
parent
581d7a337d
commit
c14eed8756
13
test/animator.js
Normal file
13
test/animator.js
Normal file
@ -0,0 +1,13 @@
|
||||
var torque = require('../lib/torque/core');
|
||||
|
||||
QUnit.module('animator');
|
||||
|
||||
var animator = null;
|
||||
|
||||
QUnit.testStart(function() {
|
||||
animator = new torque.Animator();
|
||||
});
|
||||
|
||||
test('time moves', function() {
|
||||
animator.start();
|
||||
});
|
@ -7,3 +7,4 @@ require('./provider.jsonarray');
|
||||
require('./provider.windshaft.test');
|
||||
require('./provider.json');
|
||||
require('./request');
|
||||
require('./animator');
|
||||
|
Loading…
Reference in New Issue
Block a user