Files
gun/test/mocha.html
theory f4285a7328 hmm
2014-03-17 03:04:59 -06:00

27 lines
748 B
HTML

<html>
<head>
<title>Gun 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="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="../gate/amplify.store.js"></script>
<!--
<script src="../gate/sock.js"></script>
<script src="../../jquery.js"></script>
-->
<script src="../deps/theory.js"></script>
<script src="./server.js"></script>
<script src="../shot.js"></script>
<script src="./test.js"></script>
<style>
</style>
</head>
</head>
<body>
Gun Tests
<div id="debug"></div>
<div id="mocha"></div>
</body>
</html>