UNPKG

isg-types

Version:

Free typification built on isg-events module.

26 lines (22 loc) 856 B
<html> <head> <meta charset="utf-8"> <script src="../node_modules/lodash/lodash.js"></script> <script src="../node_modules/async/lib/async.js"></script> <script src="../node_modules/isg-events/isg-events.js"></script> <script src="../node_modules/should/should.js"></script> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <script src="../node_modules/mocha/mocha.js"></script> <script> mocha.setup('bdd'); </script> <script src="../isg-types.js"></script> <script src="./test.js"></script> <script> onload = function(){ mocha.checkLeaks(); mocha.globals(['jQuery']); mocha.run(); }; </script> </head> <body> <div id="mocha"></div> </body> </html>