mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-01-25 16:46:30 +00:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
var TWEEN = require('../../src/Tween.js');
|
|
var getTests = require('./tests');
|
|
|
|
module.exports = {
|
|
'tween': getTests(TWEEN)
|
|
};
|
|
|