tween.js/test/unit/nodeunit.html
2017-06-15 14:21:49 -07:00

19 lines
282 B
HTML

<html>
<head>
<title>nodeunit based tests</title>
<script src="nodeunit.js"></script>
<script src="../../src/Tween.js"></script>
<script src="tests.js"></script>
</head>
<body>
<script>
nodeunit.run({
'tween': getTests(TWEEN)
});
</script>
</body>
</html>