Skip to content

Commit 78ae1a0

Browse files
committed
restore online web testing
1 parent b714bd1 commit 78ae1a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.0.css">
77
</head>
88
<body>
9-
<div id="qunit"></div>
9+
<div id="qunit">
10+
<button onclick="QUnit.start()">Start</button>
11+
</div>
1012
<div id="qunit-fixture"></div>
1113
<script src="https://code.jquery.com/qunit/qunit-2.6.0.js"></script>
1214
<script src="../dist/htmlminifier.min.js"></script>

0 commit comments

Comments
 (0)