tween.js/test/unit/nodeunit.html
2018-04-04 14:00:23 +02:00

16 lines
284 B
HTML

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