Sha256: d1ae598f5ad8d25136af41e2bc123b548a8427d9cd7a4efa113bf89f512065d9

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Mocha</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" href="mocha.css" />
  </head>
  <body>
    <div id="mocha"></div>
    <script src="mocha.js"></script>
    <script>mocha.setup('bdd')</script>
    <script src="my-tests.js"></script>
    <script>
      mocha.run();
    </script>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stylus-source-0.31.0 vendor/node_modules/mocha/lib/template.html
stylus-source-0.30.1 vendor/node_modules/mocha/lib/template.html
stylus-source-0.30.0 vendor/node_modules/mocha/lib/template.html