mirror of
https://github.com/amark/gun.git
synced 2025-06-03 04:36:53 +00:00
22 lines
618 B
HTML
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> |