aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/test.html
blob: 53f7c54c3adba8a56927dbec36a824cfa28e48e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Unit Tests</title>
  <link rel="stylesheet" href="vendor/qunit/qunit.css" type="text/css" />
  <script src="vendor/qunit/qunit.js"></script>
  <script src="vendor/react/JSXTransformer.js"></script>
  <script src="vendor/jquery/jquery.js"></script>
  <script src="vendor/lodash/lodash.js"></script>

  <script type="text/jsx#harmony=true" src="js/datastructures.es6.js"></script>


  <script src="js/tests.js"></script>
</head>
<body>
  <div id="qunit"></div>
  <div id="qunit-fixture"></div>

</body>
</html>