Current File : //home/tradevaly/www/node_modules/contra/test/runner.html
<!doctype html>
<html>
  <head>
    <title>Contra Test Runner</title>
    <meta charset="utf-8">
    <link rel="stylesheet" href="../bower_components/mocha/mocha.css" />
  </head>
  <body>
    <div id="mocha"></div>
    <script src="../src/contra.js"></script>
    <script src="../src/contra.shim.js"></script>
    <script src="../bower_components/mocha/mocha.js"></script>
    <script src="../bower_components/assert/assert.js"></script>
    <script>mocha.setup('bdd')</script>
    <script src="capped.js"></script>
    <script src="methods.js"></script>
    <script>
      mocha.checkLeaks();
      mocha.globals(['contra']);
      mocha.run();
    </script>
  </body>
</html>