Mercurial > repos > mingchen0919 > aurora_skewer
comparison vakata-jstree-3.3.5/test/unit/index.html @ 0:0358f6f78adf draft
planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author | mingchen0919 |
---|---|
date | Fri, 14 Dec 2018 00:40:15 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0358f6f78adf |
---|---|
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> |