2014-04-01 00:47:41 -06:00

17 lines
426 B
HTML

<html>
<head>
<title>Theory Tests</title>
<link rel="stylesheet" href="./mocha.css"/>
<script src="./mocha.js"></script>
<script>mocha.setup('bdd');</script>
<script src="./expect.js"></script>
<script src="../theory.js">theory.com.off=true</script>
<script src="./common.js"></script>
</head>
</head>
<body>
Theory Tests
<div id="debug"></div>
<div id="mocha"></div>
</body>
</html>