smparkes-envjs 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>QUnit Test Suite</title>
5
- <link rel="stylesheet" href="../qunit/qunit.css" type="text/css" media="screen">
6
- <script type="text/javascript" src="../qunit/qunit.js"></script>
7
- <script type="text/javascript" src="test.js"></script>
8
- <script type="text/javascript" src="same.js"></script>
9
- </head>
10
- <body>
11
- <h1 id="qunit-header">QUnit Test Suite</h1>
12
- <h2 id="qunit-banner"></h2>
13
- <div id="qunit-testrunner-toolbar"></div>
14
- <h2 id="qunit-userAgent"></h2>
15
- <ol id="qunit-tests"></ol>
16
- </body>
17
- </html>