Mercurial > repos > mingchen0919 > aurora_htseq
comparison vakata-jstree-3.3.5/test/unit/index.html @ 0:803f4888f36a draft
planemo upload commit 004a320fc0619c234164b44c64ba5dce205734e1
author | mingchen0919 |
---|---|
date | Thu, 13 Dec 2018 22:46:23 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:803f4888f36a |
---|---|
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> |