gun/test/mocha.html
2016-06-01 08:35:55 -07:00

23 lines
532 B
HTML

<html>
<head>
<title>Gun Tests</title>
<link rel="stylesheet" href="./mocha.css"/>
<style>
</style>
</head>
</head>
<body>
Gun Tests
<div id="debug"></div>
<div id="mocha"></div>
<script src="./json2.js"></script>
<script src="./mocha.js"></script>
<script>mocha.setup({ui:'bdd',globals:[]});</script>
<script src="./expect.js"></script>
<script></script>
<script src="../gun.js"></script>
<script src="./common.js"></script>
<script>mocha.run()</script>
</body>
</html>