mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
19 lines
327 B
HTML
19 lines
327 B
HTML
<html>
|
|
<head>
|
|
<title>nodeunit based tests</title>
|
|
<script src="../../node_modules/nodeunit/examples/browser/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>
|
|
|