gun/test/mocha.html
2016-02-07 20:32:45 -08:00

22 lines
618 B
HTML

<html>
<head>
<title>GUN Tests</title>
<link rel="stylesheet" href="./mocha.css"/>
<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>
<style>
</style>
</head>
</head>
<body onload="mocha.run()">
<h1>GUN Tests</h1>
Warning! You cannot run these tests in the background, this tab must be in active focus.
<div id="debug"></div>
<div id="mocha"></div>
</body>
</html>