UNPKG

queue-conductor

Version:

Queue manager with condition-based listening and task subscription

20 lines (17 loc) 369 B
<html> <head> <meta charset="utf-8"> <title>Mocha Tests</title> <link href="mocha.css" rel="stylesheet" /> </head> <body> <div id="mocha"></div> <script src="mocha.js"></script> <script>mocha.setup('bdd')</script> <script src='test_build.js'></script> <script> mocha.checkLeaks(); mocha.run(); </script> </body> </html>