mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
27 lines
756 B
HTML
27 lines
756 B
HTML
<html>
|
|
<head>
|
|
<title>Gun Tests</title>
|
|
<link rel="stylesheet" href="./mocha.css"/>
|
|
<script src="./mocha.js"></script>
|
|
<script>mocha.setup({ui:'bdd',globals:['SockJS']});</script>
|
|
<script src="./expect.js"></script>
|
|
<script></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="./tests.js"></script>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
Gun Tests
|
|
<div id="debug"></div>
|
|
<div id="mocha"></div>
|
|
</body>
|
|
</html> |