FLUJOS/VISUALIZACION/node_modules/tree/test/index.html
2025-11-07 00:06:12 +01:00

29 lines
No EOL
726 B
HTML
Executable file

<!DOCTYPE HTML>
<html>
<head>
<title>Tree.js Test Suite</title>
<link rel="stylesheet" href="vendor/qunit.css" />
<!-- Libraries -->
<script src="vendor/jquery.js"></script>
<script src="vendor/qunit.js"></script>
<script src="vendor/underscore.js"></script>
<!-- Source -->
<script src="../tree.js"></script>
<!-- Test Suite -->
<script src="branch.js"></script>
<script src="node.js"></script>
<script src="tree.js"></script>
</head>
<body>
<div class="underscore-test">
<h1 id="qunit-header">Tree.js Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</div>
</body>
</html>