puts tests in module

This commit is contained in:
Francisco Dans 2015-08-05 14:40:52 +02:00
parent 3a10865f09
commit 39773b3151

View File

@ -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});