Skip to content

Commit 5b37ef6

Browse files
committed
Updates to test runners
1 parent e6dda72 commit 5b37ef6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

test/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<meta charset="UTF-8" />
55
<title>jquery.eventsource.unit</title>
66

7-
<link href="qunit/qunit.css" type="text/css" media="screen">
8-
<script src="//code.jquery.com/jquery.js"></script>
7+
<link href="qunit/qunit.css" rel="stylesheet">
8+
9+
<script src="http://code.jquery.com/jquery.js"></script>
910
<script src="qunit/qunit.js"></script>
1011

1112
<script src="../jquery.eventsource.js"></script>

test/specit.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8" />
55
<title>jquery.eventsource.specit</title>
66

7-
<link href="qunit/qunit.css" type="text/css" media="screen">
8-
<script src="//code.jquery.com/jquery.js"></script>
7+
<link href="qunit/qunit.css" rel="stylesheet">
8+
<script src="http://code.jquery.com/jquery.js"></script>
99
<script src="qunit/qunit.js"></script>
1010

1111
<script src="//github.com/joshuaclayton/specit/raw/master/specit.js"></script>
@@ -31,7 +31,11 @@
3131
<body>
3232
<h1 id="qunit-header">jquery.eventsource.specit.js - must pass 100% in: Chrome, FF, Opera, Safari & IE <!--(<a href="index.html">unit tests</a>)-->\</h1>
3333
<h2 id="qunit-banner"></h2>
34+
<div id="qunit-testrunner-toolbar"></div>
3435
<h2 id="qunit-userAgent"></h2>
3536
<ol id="qunit-tests"></ol>
37+
<div id="qunit-fixture">
38+
</div>
39+
3640
</body>
3741
</html>

0 commit comments

Comments
 (0)