puts tests in module
This commit is contained in:
parent
3a10865f09
commit
39773b3151
@ -2,6 +2,8 @@ var torque = require('../lib/torque');
|
||||
var sinon = require('sinon');
|
||||
require('phantomjs-polyfill');
|
||||
|
||||
QUnit.module('animator');
|
||||
|
||||
test('time moves', function(assert) {
|
||||
var done = assert.async();
|
||||
var animatora = new torque.Animator(function(){}, {steps: 500, animationDuration: 2});
|
||||
|
Loading…
Reference in New Issue
Block a user