tween.js/test/unit/nodeunitheadless.js
2016-08-02 22:08:34 -07:00

8 lines
225 B
JavaScript

// We will unit test both the original library and the minified version
var TWEEN_uncompressed = require('../../src/Tween.js');
var getTests = require('./tests');
module.exports = {
'tween': getTests(TWEEN_uncompressed)
};