annotate vakata-jstree-3.3.5/test/unit/index.html @ 27:ada57b198dc1
draft default tip
planemo upload commit bb4923aaeb8563e3b8ecd44483f788b2992f9e98-dirty
| author |
mingchen0919 |
| date |
Sat, 01 Dec 2018 01:04:12 -0500 |
| parents |
aacd5f53ac99 |
| children |
|
| rev |
line source |
|
5
|
1 <!DOCTYPE html>
|
|
|
2 <html>
|
|
|
3 <head>
|
|
|
4 <meta charset="utf-8">
|
|
|
5 <title>Basic Test Suite</title>
|
|
|
6 <!-- Load local QUnit. -->
|
|
|
7 <link rel="stylesheet" href="libs/qunit.css" media="screen">
|
|
|
8 <script src="libs/qunit.js"></script>
|
|
|
9 </head>
|
|
|
10 <body>
|
|
|
11 <div id="qunit"></div>
|
|
|
12 <div id="qunit-fixture">this had better work.</div>
|
|
|
13 <!-- Load local lib and tests. -->
|
|
|
14 <script src="test.js"></script>
|
|
|
15 </body>
|
|
|
16 </html> |