mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
8 lines
225 B
JavaScript
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)
|
|
};
|