flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
29
VISUALIZACION/node_modules/tree/test/index.html
generated
vendored
Executable file
29
VISUALIZACION/node_modules/tree/test/index.html
generated
vendored
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue