index.html 1.13 KB
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Jasmine Spec Runner</title>

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.css">

  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.js"></script>
  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine-html.js"></script>

  <!-- boot.js is patched to not execute env, so we can execute after compilation of tests -->
  <script type="text/javascript" src="boot.js"></script>

  <!-- include source files here... -->

  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
  <script type="text/javascript" src="../dist/pivot.js"></script>

  <!-- include spec files here... -->
  <script type="text/javascript" src="../dist/pivot_spec.js"></script>

  <script type="text/javascript"> $(function(){jasmine.getEnv().execute();}); </script>

</head>

<body>
</body>
</html>