We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b714bd1 commit 78ae1a0Copy full SHA for 78ae1a0
tests/index.html
@@ -6,7 +6,9 @@
6
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.0.css">
7
</head>
8
<body>
9
- <div id="qunit"></div>
+ <div id="qunit">
10
+ <button onclick="QUnit.start()">Start</button>
11
+ </div>
12
<div id="qunit-fixture"></div>
13
<script src="https://code.jquery.com/qunit/qunit-2.6.0.js"></script>
14
<script src="../dist/htmlminifier.min.js"></script>
0 commit comments