UNPKG

gun-flint

Version:

Micro-framework for building Gun adapters

23 lines (22 loc) 532 B
<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>