mirror of
https://github.com/amark/gun.git
synced 2025-06-10 08:06:47 +00:00
17 lines
426 B
HTML
17 lines
426 B
HTML
<html>
|
|
<head>
|
|
<title>Theory 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="../theory.js">theory.com.off=true</script>
|
|
<script src="./common.js"></script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
Theory Tests
|
|
<div id="debug"></div>
|
|
<div id="mocha"></div>
|
|
</body>
|
|
</html> |