/home/mip/public_html/template/AdminLTE/plugins/bootstrap-combobox/js/tests/index.html
<!DOCTYPE HTML>
<html>
<head>
  <title>Bootstrap Combobox Test Suite</title>

  <!-- jquery -->
  <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
  <script src="vendor/jquery.js"></script>

  <!-- qunit -->
  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
  <script src="vendor/qunit.js"></script>

  <!--  plugin sources -->
  <script src="../../js/bootstrap-combobox.js"></script>

  <!-- unit tests -->
  <script src="unit/bootstrap-combobox.js"></script>

<body>
  <div>
    <h1 id="qunit-header">Bootstrap Combobox Test Suite</h1>
    <h2 id="qunit-banner"></h2>
    <h2 id="qunit-userAgent"></h2>
    <ol id="qunit-tests"></ol>
    <div id="qunit-fixture"></div>
  </div>
</body>
</html>